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