public record_data_for_client_testing()
 {
     theSystem = new GrammarSystem();
 }
 public void SetUp()
 {
     theSystem = new GrammarSystem();
 }