String country = Util.getParam(params, Params.COUNTRY, null);
String email = Util.getParam(params, Params.EMAIL, null);
String organ = Util.getParam(params, Params.ORG, null);
String kind = Util.getParam(params, Params.KIND, null);
UserSession usrSess = context.getUserSession();
Profile myProfile = usrSess.getProfile();
String myUserId = usrSess.getUserId();
final UserGroupRepository groupRepository = context.getBean(UserGroupRepository.class);
final UserRepository userRepository = context.getBean(UserRepository.class);
@SuppressWarnings("unchecked")
java.util.List<Element> userGroups = params.getChildren(Params.GROUPS);