svoid registerAll(Collection l) { if (l != null) for (Concept c : l) register(c); }