/// <summary>
 /// 删除一条数据
 /// </summary>
 public bool Delete(int Ser_ID)
 {
     return(dal.Delete(Ser_ID));
 }