public List <string> GetPeopleByDept([FromBody] EmployeeInfo_GetPeopleByDept_Entry employeeInfo_GetPeopleByDept_Entry)
 {
     return(_employeeService.GetPeopleByDept(employeeInfo_GetPeopleByDept_Entry.deptList, Convert.ToDateTime(employeeInfo_GetPeopleByDept_Entry.CheckDate)));
 }