protected void RefreshList(Document document) { _window.Dispatcher.Invoke(new Action(() => { _window.RefreshList(document); })); }