/// <summary>
 /// Deprecated Method for adding a new object to the cellLocations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocellLocations(cellLocation cellLocation)
 {
     base.AddObject("cellLocations", cellLocation);
 }
 /// <summary>
 /// Create a new cellLocation object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="entryId">Initial value of the entryId property.</param>
 public static cellLocation CreatecellLocation(global::System.Int64 id, global::System.Int64 entryId)
 {
     cellLocation cellLocation = new cellLocation();
     cellLocation.id = id;
     cellLocation.entryId = entryId;
     return cellLocation;
 }