private void login_bt_Click(object sender, EventArgs e) { AuthorizationForm fr2 = new AuthorizationForm(conn); fr2.Show(); }