public bool Insert(Node node) { int pos = hastValue.GetPosition(node.phoneNumber, mod); return(chain.Insert(node, pos)); }