/**
  * Clear internal array
  */
 private static function clearAllShoes()
 {
     self::$AllShoes = null;
 }