/// <summary>
 /// 添加动漫短评
 /// </summary>
 /// <param name="sc"></param>
 /// <returns></returns>
 public bool AddComment(ShortComment sc)
 {
     return(animation.AddComment(sc));
 }