public void Transactions(Transactions newTrans) { throw new NotImplementedException(); }
public void addTransactions(Transactions newTrans) { this.transList.Add(newTrans); }