private void RemoveStory(string storyID)
 {
     _storyContainer.RemoveAndDeleteStory(storyID);
 }