public IActionResult GetAllParent() { var model = _functionService.GetAllParent(); return(new OkObjectResult(model)); }