private void AgregarToolStripMenuItem_Click(object sender, EventArgs e) { Frmventa a = new Frmventa(); a.MdiParent = this; a.Show(); }