public void InsertElementAfter(AnimationElement toInsert, AnimationElement moveAfter)
 {
     Sequencer.InsertElementAfter(toInsert, moveAfter);
     NotifyOfPropertyChange(() => AnimationElements);
 }