function verificaIdRota($id)
 {
     $obj = new clsModulesRotaTransporteEscolar($id);
     return $obj->existe();
 }