var city = sectionData.Select(E => new { ProvinceCode = E.ProvinceCode, ProvinceName = E.ProvinceName }).Distinct();