public PatientsPageViewModel() { _viewModel = new PatientsViewModel(); _allPatients = _viewModel.AllPatients; _patientsForDisplay = _allPatients; _receptionist = new Receptionist(); _windowFactory = new ProductionWindowFactory(); }