private void Add() { List <string> st = new List <string>(); st = ch.ShowChat(u.GetUserCOmand(id)); listBox1.Items.Add(st[st.Count - 1]); }