public void Walk()
 {
     turkey.Swim();
     Console.Write("They want me to walk ....");
 }