@Override
 public CardLibrary loadCardLibrary() {
   CardLibrary cl = new CardLibrary(getRuleFactory());
   cl.addAll(loadCards());
   return cl;
 }