public Node(string name, int tel, string em) { Contato = new Contato(name, tel, em); }
public Node() { Contato = new Contato(); }