private void simpleActionRprtCntbl_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e) { if (View != null) { NegocioAdmin.ReporteContable(View.ObjectSpace); } }