/// <summary> /// Gives back all the widgetData of the system /// </summary> public IEnumerable <WidgetData> GetAllWidgetDatas() { InitRepo(); return(widgetRepo.ReadAllWidgetDatas().AsEnumerable()); }