How to display orders order by sku in pdfInvoice

------------------------------------------------------------------
I got the solution
------------------------------------------------------------------
orderItems = orderItems.OrderBy(oi => oi.Product.Sku).ToList();