public ActionResult Details(int id)
 {
     return(View(service.FindTicketById(id)));
 }