public JsonResult GetTema() { TemaDAO temaDao = new TemaDAO(); return(Json(temaDao.ListarTema(), JsonRequestBehavior.AllowGet)); }