public ActionResult DashboardData() { var data = tktBAL.DashboardFlagData(); return(Json(data, JsonRequestBehavior.AllowGet)); }