private void ToolStripMenuItemAccountSettings_Click(object sender, EventArgs e) { FrmAccount frmAccount = new FrmAccount(); frmAccount.ShowDialog(); }