// Return a dictionary of all studies stored in the File folder public Dictionary <string, Study> GetAll() { return(_fileLoader.LoadStudies(fileRoot)); }