public void Stop()
 {
     stock.RemoveObserver(this);
     stock = null;
 }