public CasesPageViewModel()
 {
     this._viewModel = new CasesViewModel();
     this._cases = _viewModel.AllCases;
     this._casesForDisplay = this._cases;
     this._receptionist = new Receptionist();
     this._windowFactory = new ProductionWindowFactory();
 }
 public CasesPageViewModel()
 {
     this._viewModel       = new CasesViewModel();
     this._cases           = _viewModel.AllCases;
     this._casesForDisplay = this._cases;
     this._receptionist    = new Receptionist();
     this._windowFactory   = new ProductionWindowFactory();
 }