public void Mark(IStudent student)
 {
     student.AssignClassNumber(this.nextId);
     this.nextId++;
 }