public void SetStrategy(Strategy strategy)
 {
     _strategy = strategy;
 }