public Evento ObterEventoPorTema(string tema) { return(_repositorioEvento.ObterEventoPorTema(tema)); }