public override void PostClose()
 {
     base.PostClose();
     _activeTab?.Close();
 }