public void registerLogUpdater(ThreadSafeFormControl fc)
 {
     _tsfc += fc;
 }
 public void registerFormController(ThreadSafeFormControl fc)
 {
     _tsfc += fc;
 }