public ActionResult Editar(int id) { ContaReceber contaReceber = repository.ObterPeloid(id); ViewBag.ContaReceber = contaReceber; return(View()); }