public IEnumerable <Inventario> GetItems()
        {
            messengerService.ExpireElement(Datos.possibleDestinations);

            return(Datos.possibleDestinations.OrderBy(x => x.IdInventario));
        }