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