Combine multiple lists into one list and order by amount
I have a class like this
public class PriceList { public string Name { get; set; } pub