private void _vista_UsuarioDeseaObtenerClientesConCambiosPorFecha(object sender, Argumentos.ClienteConCambiosArgumento e)
 {
     try
     {
         _vista.ClientesConCambios = ClienteServicio.ObtenerClientesConCambiosPorFecha(e);
     }
     catch (Exception ex)
     {
         _vista.EstablecerError(ex.Message, sender);
     }
 }