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