/// <summary>
 /// Create a new Boom object.
 /// </summary>
 /// <param name="boomId">Initial value of the BoomId property.</param>
 /// <param name="boomName">Initial value of the BoomName property.</param>
 public static Boom CreateBoom(global::System.Int32 boomId, global::System.String boomName)
 {
     Boom boom = new Boom();
     boom.BoomId = boomId;
     boom.BoomName = boomName;
     return boom;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Booms EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBooms(Boom boom)
 {
     base.AddObject("Booms", boom);
 }