public StudentAttestationExamView(StudentLessonEntity studentLesson, StudentViewPageModel model, int order)
 {
     _model             = model;
     this.StudentLesson = studentLesson;
     this.Header        = LocalizationContainer.Interpolate("page.student.view.attestation.header.label", order);
 }