private void OnDestroy()
 {
     if (Instance == this)
     {
         Instance = null;
     }
 }
 private void Start()
 {
     Instance = this;
 }