private void updateSrsComboBoxes(boolean sort) {
   srsComboBox.removeActionListener(srsComboBoxListener);
   srsComboBoxFactory.updateAll(sort);
   srsComboBox.addActionListener(srsComboBoxListener);
 }