private void OpenDocument() { IOpenFileService service = _weakCont.Get().Resolve <IOpenFileService>(); service.Open(); }