public List <Sensor_Record> GetEnvInfoToday(long farmComponentId)
 {
     return(farmRepository.GetEnvInfoToday(farmComponentId));
 }