private void buttonBuscar_Click(object sender, EventArgs e) { DatosTitularTarjeta ventana = new DatosTitularTarjeta(); ventana.ShowDialog(this); }