public void Remove(IAnimation animation)
 {
     animation.OnFinished();
     _animations.Remove(animation);
 }