public int DelPreperty(string PId)
 {
     return(goodsBLL.DelPreperty(PId));
 }