/// <summary>
 /// Create a new viewAllBoothsforWebAgenda object.
 /// </summary>
 /// <param name="conferenceID">Initial value of the conferenceID property.</param>
 public static viewAllBoothsforWebAgenda CreateviewAllBoothsforWebAgenda(global::System.Int32 conferenceID)
 {
     viewAllBoothsforWebAgenda viewAllBoothsforWebAgenda = new viewAllBoothsforWebAgenda();
     viewAllBoothsforWebAgenda.conferenceID = conferenceID;
     return viewAllBoothsforWebAgenda;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the viewAllBoothsforWebAgendas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToviewAllBoothsforWebAgendas(viewAllBoothsforWebAgenda viewAllBoothsforWebAgenda)
 {
     base.AddObject("viewAllBoothsforWebAgendas", viewAllBoothsforWebAgenda);
 }