public ActionResult getReceipt(int id) { var TicketDAL = new TicketDAL(); var t = TicketDAL.getTicketByID(id); return(View(t)); }