public ScheduleInfomationPresenter(IShellPresenter shell, IMaintenanceScheduleModel maintenanceModel) { _shell = shell; _maintenanceModel = maintenanceModel; _shell.PropertyChanged += ShellPropertyChanged; }