public ActionResult RemoverTema(Tema tema) { temaDAO.Remover(tema); return(RedirectToAction("ListarTemasParaFornecedor", "Tema")); }