private void _vista_UsuarioDeseaObtenerClienteConCambios(object sender, Argumentos.ClienteConCambiosArgumento e)
 {
     try
     {
         _vista.CargarDatosClienteConCambios(ClienteServicio.ObtenerClienteConCambios(e));
     }
     catch (Exception ex)
     {
         _vista.EstablecerError(ex.Message, sender);
     }
 }