public ActionResult GetRolesForDept(string deptcode) { var units_ = LINQCalls.getRolesAsJSON(deptcode); return(Json(units_, JsonRequestBehavior.AllowGet)); }