/// <summary>
 /// Initializes a new instance of the AddPatientViewModel class.
 /// </summary>
 public AccountViewModel()
 {
     WindowContent = new View.AccountView();
     WindowContent.DataContext = this;
 }
 /// <summary>
 /// Initializes a new instance of the AddPatientViewModel class.
 /// </summary>
 public AccountViewModel()
 {
     WindowContent             = new View.AccountView();
     WindowContent.DataContext = this;
 }