public CGrado(Grado g) { InitializeComponent(); this.g = g; lShowNoun.Text = g.NombreGrado; lShowMatriculados.Text = Grado.AlumnosPorGrado(g).ToString(); lShowNumAsig.Text = Grado.ListaAsignaturas(g).ToString(); }