public virtual void AncestorRemoved(AncestorEvent @event)
 {
 }
 public virtual void AncestorMoved(AncestorEvent @event)
 {
     location = jfc.GetTopLevelAncestor().GetLocationOnScreen();
 }