public BypassExecution(StratObstacle stratObstacle)
 {
     StratObstacle = stratObstacle;
 }
 public DestroyExecution(StratObstacle stratObstacle)
 {
     StratObstacle = stratObstacle;
 }