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