public Transaction(double amount)
 {
     this.amount          = amount;
     this.transactionDate = DateProvider.getInstance().Now();
 }