private void btnSecurity_Click(object sender, EventArgs e) { frmPassword PasswordForm = new frmPassword(); PasswordForm.ShowDialog(); }