private void Undo()
 {
     _exchange.RestoreState(_broker.Undo());
     _stock = _exchange.GetState();
 }