public CreateSdfPresenter(ICreateSdfView view)
 {
     _view    = view;
     _connMgr = ServiceManager.Instance.GetService <FdoConnectionManager>();
     CheckConnect();
 }
 public CreateSdfPresenter(ICreateSdfView view)
 {
     _view = view;
     _connMgr = ServiceManager.Instance.GetService<FdoConnectionManager>();
     CheckConnect();
 }