public string DeleteTour(Tour tour)
 {
     _tourRepository.DeleteEntity(tour);
     return("");
 }