/// <summary>
 /// Deprecated Method for adding a new object to the SelectorInteriors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSelectorInteriors(SelectorInterior selectorInterior)
 {
     base.AddObject("SelectorInteriors", selectorInterior);
 }
 /// <summary>
 /// Create a new SelectorInterior object.
 /// </summary>
 /// <param name="carCD">Initial value of the CarCD property.</param>
 /// <param name="makeCD">Initial value of the MakeCD property.</param>
 /// <param name="yearCD">Initial value of the YearCD property.</param>
 /// <param name="modelCD">Initial value of the ModelCD property.</param>
 /// <param name="bodyCD">Initial value of the BodyCD property.</param>
 /// <param name="catalogCD">Initial value of the CatalogCD property.</param>
 /// <param name="interiorColorCD">Initial value of the InteriorColorCD property.</param>
 public static SelectorInterior CreateSelectorInterior(global::System.String carCD, global::System.String makeCD, global::System.Decimal yearCD, global::System.String modelCD, global::System.String bodyCD, global::System.String catalogCD, global::System.String interiorColorCD)
 {
     SelectorInterior selectorInterior = new SelectorInterior();
     selectorInterior.CarCD = carCD;
     selectorInterior.MakeCD = makeCD;
     selectorInterior.YearCD = yearCD;
     selectorInterior.ModelCD = modelCD;
     selectorInterior.BodyCD = bodyCD;
     selectorInterior.CatalogCD = catalogCD;
     selectorInterior.InteriorColorCD = interiorColorCD;
     return selectorInterior;
 }