public List <NccWebSiteWidget> LoadAllByStatus(int status)
 {
     return(_entityRepository.LoadAllByStatus(status));
 }