public ActionResult EditarTema(int id) { Tema tema = temaDAO.BuscaPorId(id); tema.FornecedorId = tema.FornecedorId; return(View(tema)); }