static L sortConceptsByID(Collection l) { ret sortedByCalculatedField(l, c -> c.id); }