// Shows the this window
 public virtual void Show()
 {
     WindowManager.Push(this);
 }