public JsonResult AlertPM() { WipRepository AlertPM = new WipRepository(); return(Json(AlertPM.AlertPM(), JsonRequestBehavior.AllowGet)); }