public int GetAantalEind(string opleiding, int minimum, int maximum) { return(studentRepository.AantalStudentenEind(opleiding, minimum, maximum)); }