private void bt_selectScanner_Click(object sender, EventArgs e) { Form select = new SelectScanner(); select.Show(); }