/// <summary>
 /// Create a new vwAccountTree object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="ordering">Initial value of the Ordering property.</param>
 public static vwAccountTree CreatevwAccountTree(global::System.Int32 id, global::System.String type, global::System.Int32 ordering)
 {
     vwAccountTree vwAccountTree = new vwAccountTree();
     vwAccountTree.ID = id;
     vwAccountTree.Type = type;
     vwAccountTree.Ordering = ordering;
     return vwAccountTree;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwAccountTrees EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwAccountTrees(vwAccountTree vwAccountTree)
 {
     base.AddObject("vwAccountTrees", vwAccountTree);
 }