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