public sorte(tree <T> tree, List <T> list) { this.tree = tree; this.list = list; }
static void Main(string[] args) { tree <int> tree = new tree <int>(); }