public void addtoNS_List(string ns, string source) { nsConf new_ns = new nsConf(); new_ns.ns = ns; new_ns.ns_source = source; ns_list.Add(new_ns); }