public List <NcMonitor> MonitorsToCheck()
 {
     return(monitorRepository.MonitorsToCheck());
 }