public ISecondaryFxPresenter CreatePresenter(ICompoundFx fx, ISecondaryFxView view)
 {
     return CreatePresenter(fx as INetworkPropertiesElementFx, view as INetworkPropertiesView);
 }
 internal void _View_FxViewClosing(ISecondaryFxView sender, ViewActionEventArgs ea)
 {
     if (sender != null)
         Fx.Cancel();
 }