private void Awake()
 {
     instance = this;
 }
 private void OnDestroy()
 {
     Notify.Reset();
     instance = null;
 }