public List <Hotel> GetFilter(Expression <Func <Hotel, bool> > filter) { return(_hotelDal.GetFilter(filter)); }