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