public Account(StockExchange so) { stockExchange = so; }
public void Setup() { so = new StockExchange(); }