public void ShowSerializedQuest() { var dialog = new SerializedQuestDialog { DataContext = this }; dialog.ShowDialog(); }