private void OnDestroy()
 {
     SimHelper.instance = (SimHelper)null;
 }
 private void Awake()
 {
     SimHelper.instance = this;
 }