/// <summary>
 /// Create a new bvc_ProductType object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="productTypeName">Initial value of the ProductTypeName property.</param>
 /// <param name="isPermanent">Initial value of the IsPermanent property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductType Createbvc_ProductType(global::System.String bvin, global::System.String productTypeName, global::System.Boolean isPermanent, global::System.DateTime lastUpdated)
 {
     bvc_ProductType bvc_ProductType = new bvc_ProductType();
     bvc_ProductType.bvin = bvin;
     bvc_ProductType.ProductTypeName = productTypeName;
     bvc_ProductType.IsPermanent = isPermanent;
     bvc_ProductType.LastUpdated = lastUpdated;
     return bvc_ProductType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductType(bvc_ProductType bvc_ProductType)
 {
     base.AddObject("bvc_ProductType", bvc_ProductType);
 }