private function _getExistsQuestions($lim = 10)
 {
     $client = static::createClient();
     U::getEnvParam($client, $em, $r, 'SkyengTT\\SkyengTTBundle\\Entity\\Vocabulary');
     return $r->findBy([], ['id' => 'ASC'], $lim, 0);
 }