public ChartVM Get(int tankTypeId, int tankMeasurementTypeId)
 {
     return(_chartService.GetChartInfoByTankMeasurementType(tankTypeId, tankMeasurementTypeId));
 }