private void planesYMateriasToolStripMenuItem_Click(object sender, EventArgs e) { PlanMaterias p = new PlanMaterias(); p.Show(); }