private void btnDetalleConceptos_Click(object sender, EventArgs e) { frmDetalleFactura f = new frmDetalleFactura("admin", _idFactura); f.Text = "Observaciones"; f.Show(); }