public async Task<Evento> BuscarPorId(int id) { try { return await service.BuscarPorId(id); } catch (Exception ex) { throw ex; } }