public override void Execute()
 {
     servomoteur.Rotate(vitesse, duration);
     //Thread.Sleep(delay);
     this.Status = ActionStatus.SUCCESS;
 }