public ActionResult ExcluirTema(Tema tema, FormCollection collection) { TemaDAO temaDAO = new TemaDAO(); return(Json(temaDAO.ExcluirTema(tema))); }