function recuperarFinalistas()
{
    $votopro = new VotaProfesional();
    $res = $votopro->recuperarFinalistas();
    return $res;
}