private void NewCommand_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     //Create a new Presentation
     presentationHandler.createAndGetLocationOfNewPresentation();
 }