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