// POST api/values
 public void Post([FromBody] Prodotto input)
 {
     dm.AggiungiProdotto(input);
 }