private void ImprimirButton_Click(object sender, EventArgs e) { VentanaReporteCompra compra = new VentanaReporteCompra(); compra.Show(); }