public string[] GetAnimationPhotos(int aid)
 {
     return(animation.GetAimgPicById(aid));
 }