private void registrarMateriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            BusquedaCarrera bc = new BusquedaCarrera("materia");

            bc.Show();
        }
        private void eliminarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            BusquedaCarrera bc = new BusquedaCarrera("Eliminar");

            bc.Show();
        }