public List <object> GetAllUser()
 {
     return(_userRepository.GetAllUser());
 }