public Country getByCode(String code) throws ServiceException {
   return countryDao.getByField(Country_.isoCode, code);
 }