/// <summary>
 /// Deprecated Method for adding a new object to the Suites EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSuites(Suite suite)
 {
     base.AddObject("Suites", suite);
 }
 /// <summary>
 /// Create a new Suite object.
 /// </summary>
 /// <param name="suiteID">Initial value of the SuiteID property.</param>
 public static Suite CreateSuite(global::System.String suiteID)
 {
     Suite suite = new Suite();
     suite.SuiteID = suiteID;
     return suite;
 }