void OnDestroy()
 {
     instance = null;
 }
 void Awake()
 {
     instance = this;
 }