public Animation GetAnimation(string name)
 {
     return(animation.GetAnimationByName(name));
 }