public IActionResult GetDepartmentByCondt(Condtion condt) { return(new OkObjectResult(departmentRepository.FindByCond(condt))); }