public ParameterRecord getLastParameterRecord(long id) {
   return dao.findTopByParameterIdOrderByStoredTimeDesc(id);
 }