private void OnDestroy()
        {
            NeverDestroy = false;

            if (!NeverDestroy)
            {
                LocalizationManager.RemoveSource(this);
            }
        }
 public void OnDestroy()
 {
     LocalizationManager.RemoveSource(this);
 }