protected override void ExecuteCore()
 {
     animation.state = newState;
     mainForm.updateAnimationListItemImage(index, animation);
 }
 protected override void ExecuteCore()
 {
     animation.eventu = newEvent;
     mainForm.updateAnimationListItemImage(index, animation);
 }