public HomeController() { _repo = new MeasurementRepository(); }
public MonitorController() { _repo = new MeasurementRepository(); }