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