private void OnDisable()
 {
     instance = null;
 }
 private void Awake()
 {
     instance = this;
 }