public void TransferFunds(Account destination, decimal amount) { Account.DoTransfer(this, destination, amount); }