private void menuSettingsAddPost_Click(object sender, RoutedEventArgs e) { addPostWindow addPostWindow = new addPostWindow(); addPostWindow.Show(); }