private void initComboBoxes()
 {
     ComboBoxWorker.initDepartment(comboBoxDep);
     comboBoxGender.SelectedIndex = 0;
 }