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