private void ventasToolStripMenuItem_Click_1(object sender, EventArgs e) { ConsultaVentas consultaVentas = new ConsultaVentas(); consultaVentas.MdiParent = this; consultaVentas.Show(); }