private void btnAddCustomer_Click(object sender, EventArgs e) { frmAccountAdd frmAccountAdd = new frmAccountAdd(); frmAccountAdd.Show(); showMainMenu = false; this.Close(); }