private void SaveCommand_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     presentationHandler.saveOpenPresentation();
 }