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

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