private void ImprimirReporte() { Formview obj = new Formview(Int32.Parse(txtNumeroFactura.Text)); obj.ShowDialog(); }