public void SetLayout(Layout layout) { SaveNow(); CurrentBook.SetLayout(layout); CurrentBook.PrepareForEditing(); _view.UpdateSingleDisplayedPage(_pageSelection.CurrentSelection); _view.UpdatePageList(true); //counting on this to redo the thumbnails }