public ActionResult CloseTicket(int tktID) { var flag = Tkt.CloseTicket(tktID); return(Json(new { status = flag }, JsonRequestBehavior.AllowGet)); }