private MusicListPool()
 {
     CPool    = CataloguePool.INSATNCE;
     AllMusic = new Catalogue("CORE_CATALOGUE_AllMusic", true);
     CPool.AddCatalogue(AllMusic);
     ConsoleAdapter.INSTANCE.RegisterComponent("lpslist", this);
 }