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