public IEnumerable <User> GetAll()
 {
     return(repo.GetList());
 }