private void InstallServiceCommandExecuted(object obj) { var w = new InstallService { ProjectConnectionString = ConnectionParameters == null ? null : ConnectionParameters.ConnectionString, Owner = View as Window }; w.ShowDialog(); }