public List <Inscription> ListStudentInscriptionHistory(Student student, Status status)
        {
            MPPSubject mapper = new MPPSubject();

            return(mapper.ListStudentInscriptionHistory(student, status));
        }