public OperationResult RemoveAllUserGroupsFromDb()
 {
     return(userGroupService.RemoveAllUserGroupsFromDb());
 }