void Awake()
 {
     _instance = this;
 }
 void OnDestory()
 {
     _instance = null;
 }