public List <HotelComment> GetHotelComment(int id) { HotelRepository repository = new HotelRepository(); return(repository.GetHotelComment(id)); }