public ActionResult MyClosedTicket() { TempData["Title"] = "My Closed Tickets"; return(View("Index", Tkt.MyClosedTickets())); }