/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductFile EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductFile(bvc_ProductFile bvc_ProductFile)
 {
     base.AddObject("bvc_ProductFile", bvc_ProductFile);
 }
 /// <summary>
 /// Create a new bvc_ProductFile object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="fileName">Initial value of the FileName property.</param>
 /// <param name="shortDescription">Initial value of the ShortDescription property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductFile Createbvc_ProductFile(global::System.String bvin, global::System.String fileName, global::System.String shortDescription, global::System.DateTime lastUpdated)
 {
     bvc_ProductFile bvc_ProductFile = new bvc_ProductFile();
     bvc_ProductFile.bvin = bvin;
     bvc_ProductFile.FileName = fileName;
     bvc_ProductFile.ShortDescription = shortDescription;
     bvc_ProductFile.LastUpdated = lastUpdated;
     return bvc_ProductFile;
 }