private void initComboBoxes()
 {
     ComboBoxWorker.initCountry(comboBoxCountr);
     ComboBoxWorker.initOrganisationType(comboBoxOrgType);
 }