/// <summary>
 /// Creates a new instance of <c>WelcomeDocumentModel</c>.
 /// </summary>
 public WelcomeModel()
 {
     view             = new WelcomeView();
     view.DataContext = this;
 }
 /// <summary>
 /// Creates a new instance of <c>WelcomeDocumentModel</c>.
 /// </summary>
 public WelcomeModel() {
     view = new WelcomeView();
     view.DataContext = this;
 }