public async Task<IEnumerable<Evento>> Buscar() { try { return await service.BuscarTodos(); } catch (Exception ex) { throw ex; } }