public void Fly()     // implements IFlier.Fly()
 {
     _flight.Fly();
 }