private List <CateringItem> ReadItems() // used to return a list of type CateringItems.
        {
            FileAccess fa = new FileAccess();

            return(fa.ReadItems());
        }