protected virtual void OnCloseWindow(EventArgs e)
 {
     CloseWindowCommand?.Invoke(this, e);
 }