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