public ActionResult Editar(int id) { Cor cor = repositorio.ObterPeloId(id); ViewBag.Cor = cor; return(View()); }