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