public OperationResult CreateUserFunc(ServiceDataContracts.UserFunc userFunc)
 {
     return(userGroupService.CreateUserFunc(userFunc));
 }