public SampleDatabase(MyMoney money, StockQuoteManager manager, string stockQuotePath) { this.manager = manager; this.money = money; this.stockQuotePath = stockQuotePath; }