form.addFormDivider();
String coordinstructions = "The group coordinators"
+ " will be responsible for setting up the group profile, setting group permissions, "
+ "and managing group access";
PersonModelViewLookupFormElement personLookupFormElement = new PersonModelViewLookupFormElement(
"Group Coordinators", "Add Coordinator", coordinstructions, DomainGroupModelView.COORDINATORS_KEY,
new HashSet<PersonModelView>(), true);
personLookupFormElement.addPerson(Session.getInstance().getCurrentPerson());
form.addFormElement(personLookupFormElement);
form.addFormDivider();
/**