void OnDestroy()
 {
     instance = null;
 }
 void Start()
 {
     instance    = this;
     waitSeconds = new WaitForSeconds(WaitTime);
 }