/// <summary>
 /// Deprecated Method for adding a new object to the vw_Images EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_Images(vw_Images vw_Images)
 {
     base.AddObject("vw_Images", vw_Images);
 }
 /// <summary>
 /// Create a new vw_Images object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="bIMID">Initial value of the BIMID property.</param>
 public static vw_Images Createvw_Images(global::System.Int32 id, global::System.Int32 bIMID)
 {
     vw_Images vw_Images = new vw_Images();
     vw_Images.ID = id;
     vw_Images.BIMID = bIMID;
     return vw_Images;
 }