public IQueryable <Hotel> GetAll()
 {
     return(repo.FindAll());
 }