private void Border_MouseUp(object sender, MouseButtonEventArgs e) { TutorialWindow tutorial = new TutorialWindow(xmlPath, rootPath, this.title); tutorial.ShowDialog(); }