protected override void OnFinalize()
 {
     base.OnFinalize();
     // TODO: There was a report that the encyclopedia UI is bugged
     //_spriteCategoryEncyclopedia.Unload();
     RemoveLayer(_gauntletLayer);
     _gauntletLayer.ReleaseMovie(_gauntletMovie);
     _gauntletLayer = null !;
     _gauntletMovie = null !;
     _dataSource.ExecuteSelect(null);
     _dataSource = null !;
 }