public int DelGoodsInfo(string Id)
 {
     return(goodsBLL.DelGoodsInfo(Id));
 }