public GoodsPrice SelectPrice(string priceId)
 {
     return(goodsBLL.SelectPrice(priceId));
 }