public void StoreData(List <Reading> readings)
 {
     dataStorer.StoreReadings(readings);
 }