public List <ProfileUser> GetAll()
 {
     return(_repository.GetAll());
 }