System.Collections.ArrayList test = new System.Collections.ArrayList();
test.Add(2);
test.Add(1);
test.Add(3);
test.Sort();