public void InsertElement(AnimationElement animationElement)
 {
     Sequencer.InsertElement(animationElement);
     NotifyOfPropertyChange(() => AnimationElements);
 }