public Animation GetAnimation(int id)
 {
     return(animation.GetAnimationById(id));
 }