public HotelRoom Edit(HotelRoom hotelRoom)
 {
     throw new NotImplementedException();
 }
 public HotelRoom Create(HotelRoom hotelRoom)
 {
     throw new NotImplementedException();
 }