//When the constructor instantiates the window,
        //the component is initialised and the function
        //watchLaterLoaded is called

        private void watchLaterLoaded()
        {
            readData             = DataRoutines.readAll();
            itemList.ItemsSource = readData;
            this.DataContext     = readData;
        }