private void myAccountToolStripMenuItem_Click(object sender, EventArgs e) { MainAccount ma = new MainAccount(); ma.Show(); }