public void ProcessCSV() //Used to allow the CSVProcessor class to use the array { CSVProcessor csvProcessor = new CSVProcessor(); csvProcessor.ProcessCSV("../../../datafiles/WineList.csv", wineItemList); //Incorrect path, I'm not sure what the correct one is }