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