public bool RemoveMeasurement(int measurementId) { return(_measurementRepository.RemoveMeasurement(measurementId)); }