public void AddNewTransactionToAccount(TransactionDto transaction)
 {
     this.transactions.Add(transaction);
 }