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