public void Disable()
 {
     _instance = null;
     Instance  = null;
     chip.gameObject.SetActive(false);
 }
 private void Awake()
 {
     _instance = this;
 }