public List <P2PWidget> AllWidgets() { List <P2PWidget> widgets = _widgetRepository.AllWidgets(); return(widgets); }