private void addFile(String filePath) { SystemFile newFile = new SystemFile(filePath, dispatcher); files.Add(newFile); }