public JsonResult GetProjects() { return(ExecGetAjax(() => { return _projectManager.All(true); })); }