private void button1_Click(object sender, EventArgs e) { select form = new select(); this.Hide(); form.ShowDialog(); }