private List <CategoryInfo> LoadData(string filename) { JSONLoader loader = new JSONLoader(); return(loader.GetData(filename, categories)); }