public void SaveHotelInfo(HotelCarModel model) { HotelInfoRepository _hotel = new HotelInfoRepository(); _hotel.SaveHotelInfo(model); }