public JsonResult GetAllApplicationSettings() { List <ApplicationSetting> allSettings = asMgr.GetAll(); return(Json(allSettings)); }