public IActionResult ApiGetParents() { var model = _MenuRepository.ApiGetParents(); return(Json(model)); }