// make concept instance that is not connected to DB static A unlisted(Class c, O... args) { concepts_unlisted.set(true); try { ret nuObject(c, args); } finally { concepts_unlisted.set(null); } }