public ActionResult UsuarioInvDel(int id) { Articulo art = new Articulo(); art.EliminarArt(id); return(Redirect("/Home/UsuarioInv#articulo")); }