public void addHotel(DTO.Hotel hotel)
 {
     _bus.add(hotel);
     loadHotelByDestinationId(hotel.destination_id);
 }