ArrayList result1 = new ArrayList();
result1.Add("Привет")
result1.Add("Привет2")
result1.Add("Привет3")
result1.Add("Привет4")
result1.Add("Привет5")
ArrayList result2 = new ArrayList();
result2.Add("Привет")
result2.Add("Привет3")
result2.Add("Привет5")