public USER_ROLE AddRoleToUser(USER_ROLE urToAdd)
 {
     return(_repository.AddRoleToUser(urToAdd));
 }