public void Update(long id, [FromBody] ProductInfo item)
 {
     _infoService.Put(id, item);
 }