public IList <Country> FindCountriesFor(CurrencyType currencyType)
 {
     return(countryDao.ReadForCurrencyType(currencyType));
 }