private void _vista_UsuarioDeseaObtenerPolizasEncabezadoPendientes(object sender, CosteoArgumento e)
 {
     try
     {
         _vista.Polizas = CosteoServicio.ObtenerPolizasEncabezadosPendientesDeAutorizar(e);
     }
     catch (Exception exception)
     {
         InteraccionConUsuarioServicio.MensajeErrorDialogo(exception.Message);
     }
 }