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