void OnDestroy()
 {
     sharedInstance = null;
     EventBroadcaster.Instance.RemoveObserver(EventNames.ON_PICTURE_CLICKED);
 }
 void Awake()
 {
     sharedInstance = this;
 }