// GET: Produtos/Edit/5 public ActionResult Edit(long?id) { InsereViewBag(produtoServico.BuscaProdutoPorId((long)id)); return(VisaoProduto(id)); }