public int countCourse(int count) { AdministratorRepository us = new AdministratorRepository(); count = us.countCourse(); return(count); }