public ActionResult DeleteBooking(int id) { var deletPatient = _objIPatient.DeletePatientBooking(id); return(RedirectToAction("ViewAllBooking", new { viewMessage = "Patient Booking Deleted Successfully" })); }