function insertarJuradoAusente($pincho, $jpro)
{
    $vp = new VotaProfesional();
    return $vp->insertarJuradoAusente($pincho, $jpro);
}