public Repower()
 {
     this.accountBalanceField     = new RepowerAccountBalance();
     this.transactionHistoryField = new RepowerTransactionHistory();
 }
 public Repower()
 {
     this.accountBalanceField = new RepowerAccountBalance();
     this.transactionHistoryField = new RepowerTransactionHistory();
 }