public static void SelfDestruction()
 {
     ins = null;
 }
 private void Awake()
 {
     ins = this;
 }