/// <summary>
 /// Deprecated Method for adding a new object to the TestCaseTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestCaseTypes(TestCaseType testCaseType)
 {
     base.AddObject("TestCaseTypes", testCaseType);
 }
 /// <summary>
 /// Create a new TestCaseType object.
 /// </summary>
 /// <param name="testCaseTypeID">Initial value of the TestCaseTypeID property.</param>
 public static TestCaseType CreateTestCaseType(global::System.String testCaseTypeID)
 {
     TestCaseType testCaseType = new TestCaseType();
     testCaseType.TestCaseTypeID = testCaseTypeID;
     return testCaseType;
 }