private void SaveButton_Click(object sender, RoutedEventArgs e)
 {
     // Save the current script
     SaveScript();
     // Saves all the files onto disk
     ScriptArchive.Save(App.ScriptPath);
 }