svoid unregisterConcept(Concept c) { if (c == null) ret; long id = c.id; c.delete(); c.id = id; }