public void deleteDepartmentTimeslot(int departmentId) {
   departmentTimeslotMapper.deleteDepartmentTimeslot(departmentId);
 }