protected virtual void OnUpdateWindow(EventArgs e)
 {
     UpdateWindow?.Invoke(this, e);
 }