public IActionResult AddChief([FromBody] ChiefEmployee employee)
 {
     return(Ok(_employeeService.AddChiefEmployee(employee)));
 }