@Override public List<UsCounty> findCounties() { return usCountyDao.getEntities(); }
@Override public List<UsCounty> getCounties(Long usStateId) { return usCountyDao.getCounties(usStateId); }