public AppointmentsPageViewModel() { _viewModel = new AppointmentsViewModel(); _allAppointments = _viewModel.AllAppointments; _appointmentsForDisplay = _allAppointments; _receptionist = new Receptionist(); _windowFactory = new ProductionWindowFactory(); }