public void DeleteItinerary(int id) { itineraryDAL.DeleteItinerary(id); // Call DeleteItinerary() to delete itinerary details }