// DELETE api/values/5
 public void Delete(int id)
 {
     dm.RimuoviProdotto(id);
 }