private void btnAccounts_Click(object sender, EventArgs e) { AccountsDialog dlg = new AccountsDialog(); dlg.ShowDialog(); }