@Override
 public CfCurrencyCode findCurrencyCodeById(Long id) {
   return currencyCodeDao.findById(id);
 }