private void btnComboBoxFill_Click(object sender, System.EventArgs e) { FillComboBox comboFill = new FillComboBox(); comboFill.ShowDialog(); }