private void button1_Click(object sender, EventArgs e) { Create_Table crttablee = new Create_Table(); this.Hide(); crttablee.Show(); }