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