Student constructor
Constructeur principal du modèle Student
.
Implementation
Student(this.id, this.name, this.choices, this.specialization,
this.ranking_s1, this.ects_number, this.lang_lvl, this.missed_hours,
this.comment) {
year_departement(specialization);
}