private void loadPrinterCombo() { this.cmbPrinter.DataSource = null; cmbPrinter.DataSource = printerHelper.getPrinterNameList(); }