public GoogleObserver(StockTicker subj)
 {
     this.DataSource = subj;
     subj.Register(this);
 }