private void popupWindowShowActionGetXml_Execute(object sender, DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventArgs e) { CargaRecepcion obj = e.PopupWindowViewCurrentObject as CargaRecepcion; IObjectSpace objSp = Application.CreateObjectSpace(); NegocioAdmin.CrgDeXml(obj, objSp); }