private void AbrirCtaCte()
 {
     try
     {
         if (BSItems.Current != null)
         {
             Entities.DetCtaCte _detctacte = (BSItems.Current as Entities.DetCtaCte);
             Presenter.AbriCtaCte(_detctacte);
         }
     }
     catch (Exception ex)
     { Infrastructure.WinForms.Controls.Dialogos.MostrarMensajeError(Presenter.Title, "Ha ocurrido un error al Abrir Cta. Cte. del Item.", ex); }
 }