private void button1_Click(object sender, EventArgs e) { var opt = new AdmMenu.Option(); this.Hide(); opt.ShowDialog(); }