private void abrir_FormCompra(object sender, EventArgs e) { frmCompra x = new frmCompra(); x.ShowDialog(); }