public ActionResult DeleteHotelBooking(int id)
 {
     client.DeleteHotelBooking_BE(id);
     return(RedirectToAction("List", "BackendBooking", new { area = "Backend" }));
 }