public IActionResult GetCompanyDepartments(int id) { return(Ok(compRep.GetCompanyDepartments(id))); }