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