public ThemedInvalidableWindowWidget(IWindow window) : base(window)
 {
     CompoundPresenter.Push(new WindowWidgetPresenter());
 }
 public ThemedDefaultWindowWidget(IWindow window) : base(window)
 {
     CompoundPresenter.Push(new WindowWidgetPresenter());
 }