private bool AllAxisesAreInNeutral(Joystick joystick)
 {
     return (joystick.Pitch() == 125 && joystick.Roll() == 125 && joystick.Throttle() == 125);
 }