public ActionResult TktLogs(int tktID) { return(Json(Tkt.AllLogs(tktID), JsonRequestBehavior.AllowGet)); }