public ActionResult UpdateForm(int id) { EstoqueDAO dao = new EstoqueDAO(); ViewBag.Produto = dao.BuscaPorId(id); return(View()); }