public APP_USER DeleteUser(long UserId)
 {
     return(_repository.DeleteUser(UserId));
 }