public ActionResult TicketDetails(int tktID) { TempData["Title"] = "Ticket Details"; var data = Tkt.TicketByTktID(tktID); return(View(data)); }