public IActionResult GetSectorBySectorId(int sectorId) { var result = sectorService.GetSectorBySectorId(sectorId); return(Ok(result)); }