I have this List:
List
IList ListaServizi = new List();
How can I order it alphabetically
ListaServizi = ListaServizi.OrderBy(q => q).ToList();