public void ChangeMeasurement(Measurement measurement)
 {
     throw new System.NotImplementedException();
 }
 public void AddMeasurement(int ID, Measurement measurement)
 {
     throw new System.NotImplementedException();
 }