public int getTotaalAantalDeelaspecten(int matid, int rolid)
 {
     return(matrixRepository.getTotaalAantalDeelaspecten(matid, rolid));
 }