public void ThreadRun()
 {
     for (int looper = 1; looper <= quantity; looper++)
     {
         myData.WriteToSharedData(looper);
     }
 }