private void btnAgregarContado_Click(object sender, EventArgs e) { formContado = new frmContado(this, Conn, idfactura); formContado.Show(); }