private void RetireBird(Hummingbird bird)
 {
     bird.SetDest(Controller.WorldMatrix.Translation);
     bird.IsRetiring = true;
 }