public ActionResult AddToBooking(int id) { Booking booking = Booking.GetBooking(); booking.AddToBooking(id); return(RedirectToAction("Index")); }