public static void DumpLists()
        {
            ProxySpriteManager pMan = ProxySpriteManager.privGetInstance();

            Debug.Assert(pMan != null);

            Debug.WriteLine("------ ProxySprite Manager Lists ------");
            pMan.baseDumpLists();
        }