public ActionResult CancellaArticolo(int idArticolo) { Articolo a = Articolo.EstraiArticolo(idArticolo); a.Cancella(); return(null); }