public int getAantalBegeleiders(int activityId) { // get the amount of mentors per activity return(dao.getAantalBegeleiders(activityId)); }