svoid registerConcept(Concept c) { db_mainConcepts().register(c); } svoid registerConcept(Concepts cc, Concept c) { cc.register(c); }