public Temperature Get(int id)
 {
     return(_temperatureRepository.GetSingleTemperature(id));
 }