public void Stop(WorkerThread thread)
 {
     thread.Stop();
     ThreadList.Remove(thread);
 }