private void button2_Click(object sender, EventArgs e) { insert from = new insert(); this.Hide(); from.ShowDialog(); }