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