public List <Evento> GetEventos()
        {
            var eventoDao = new EventoDao();

            return(eventoDao.GetEventos());
        }