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