public List <NccWebSiteWidget> LoadAllActive()
 {
     return(_entityRepository.LoadAllActive());
 }