public void OnDestroy()
 {
     Instance = null;
 }
 public void Awake()
 {
     Instance = this;
 }