public IActionResult GetById(int id) { var model = _directionService.GetById(id); return(new OkObjectResult(model)); }