public int AddProperty([FromForm] GoodsProperty m)
 {
     return(goodsBLL.AddProperty(m));
 }