/**
  * Read the card usages
  */
 private function readUsedCards()
 {
     $this->plugin->inCludeClass("class.ilFlashcardUsage.php");
     $this->setUsedCards(ilFlashcardUsage::_getAll($this->object->getId(), $this->user->getId()));
 }