private void OnDestroy()
 {
     Instance = null;
 }
 private void OnEnable()
 {
     Instance = this;
     RefreshBundleNameData();
 }