void OnDestroy()
 {
     Instance = null;
 }
 void Start()
 {
     CurTime  = TimeLength;
     Instance = this;
 }