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