@Override
 public List<CashMoneyTransaction> getTransactions(BalanceType balanceType, int max, int offset)
     throws CantTransactionCashMoneyException {
   return implementCashMoney.getTransactions(balanceType, max, offset);
 }