public int UpdatePrice([FromForm] GoodsPrice m)
 {
     return(goodsBLL.UpdatePrice(m));
 }