svoid dm_addGroupingInputs(Iterable l) { S crud = dm_groupingsCRUD(); for (S s : unnull(l)) dm_addGroupingInput(s); }