if (grid.complexSubsets == false) {
grid.removeTrueSubSets();
}
grid.identifyUsersWithSingleAncestor();
grid.moveUsersWithSingleAncestors();
grid.identifyUsersWithMultipleAncestors();
grid.moveUsersWithMultipleAncestors();
grid.adjustYAxis();
Layout layout = grid.createLayout();
layout.name = currentCompoundGroup.name;
GroupLayoutSet.add(layout);