public async Task AtualizarAsync(Pretendente pretendente)
 {
     _contexto.Update(pretendente);
     await _contexto.SaveChangesAsync();
 }