void UpdateStoryList() { var storyCollection = manager.GetAll(); stories.Clear(); foreach (Story story in storyCollection) { stories.Add(story); } }