private void Wait_Click(object sender, RoutedEventArgs e) { WaitingStory ws = new WaitingStory(); ws.ShowDialog(); }