LINQ Pilih Nilai Maks dari Daftar
var item = items.MaxBy(x => x.Height);
Nahoko
var item = items.MaxBy(x => x.Height);