// constractor
 public AutoPilotModel()
 {
     // get the instans of the client that can send msg to the simulator
     sender = Singleton.Instance;
 }