private void singleChoiceActionPolz_Execute(object sender, DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventArgs e) { int mes = Convert.ToInt32((e.SelectedChoiceActionItem.Data)); NegocioAdmin.PolizaPel(Application.CreateObjectSpace(), mes); }