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