public MyDockContent(IMainWindow hostWindow) { WindowGuid = Guid.NewGuid(); _hostWindow = hostWindow; _hostWindow.AddWindow(this); }