public void Load(PictureViewModel picture) { this.picture = picture; CommentList.Load(picture?.PictureUri); RefreshState(); ApplicationStateService.PropertyChanged += (s, e) => RefreshState(); }