String userEnabled = request.getParameter("userEnabled");
int customerId = WebUtil.parameter2int(request.getParameter("customerId"));
int groupId = WebUtil.parameter2int(request.getParameter("groupId"));
Customer customer = customerService.getById(customerId);
UserGroup userGroup = userGroupService.getById(groupId);
boolean result = true;
if(userId!=0 && userView!=null){
logger.debug("4");