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