public IActionResult ApiGetChilds(int parentId) { var model = _MenuRepository.ApiGetChilds(parentId); return(Json(model)); }