/// <summary> /// Open the AddDozentView window /// </summary> private void ShowAddDozentViewExecute() { //Registers for incoming Dozent object messages Messenger.Default.Register <Dozent>(this, CheckDozentExists); //Opens the Add Dozent View _dialogservice.AddDozentView(); }