/// <summary>
 /// Deprecated Method for adding a new object to the ProductMaps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProductMaps(ProductMap productMap)
 {
     base.AddObject("ProductMaps", productMap);
 }
 private bool FilterProductMap(ProductMap entity)
 {
     return (entity.ProductMapID == this.ProductMapID);
 }
 /// <summary>
 /// Create a new ProductMap object.
 /// </summary>
 /// <param name="productMapID">Initial value of the ProductMapID property.</param>
 public static ProductMap CreateProductMap(global::System.Int32 productMapID)
 {
     ProductMap productMap = new ProductMap();
     productMap.ProductMapID = productMapID;
     return productMap;
 }