public static Car[] ReverseCars(this CarCollection x)
 {
     return(x.GetAllNewCars().Reverse().ToArray());
 }