public IActionResult GetOneDepartment(int id) { return(new OkObjectResult(departmentRepository.FindByID(id))); }