public void addTourSite(TourSite toursite)
 {
     _bus.add(toursite);
     this.loadTourSiteByDesinationId(toursite.destination_id);
 }