private void showSelectForm() { SelectForm selectForm = new SelectForm(); selectForm.Show(); this.Hide(); }