/// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(int MediaID, int PlayPriority)
 {
     return(dal.Exists(MediaID, PlayPriority));
 }