public int getAantalStudenten(int activityId) { // get the amount of students that participate in this activity return(dao.getAantalStudenten(activityId)); }