public override JsonResult FillGoalsGraphic(string parentId) { var item = _debtService.GetByCode(parentId); var goals = item.Goal; return(Json(null, JsonRequestBehavior.AllowGet)); }