public async Task <IEnumerable <ParticipanteViewModel> > ObterTodos()
 {
     return(_mapper.Map <IEnumerable <ParticipanteViewModel> >(await _ParticipanteRepository.ObterParticipanteChurras()));
 }