static Concepts childConcepts(Concepts parent) { new Concepts cc; cc.setParent(parent); ret cc; }