public DecoyDuck()
 {
     FlyBehavior   = new FlyNoWay();
     QuackBehavior = new MuteQuack();
 }