public void Remove(myThread item) { list.Remove(item); }
public void Add(myThread item) { list.Add(item); }