public vcsrootinstance()
 {
     this.propertiesField = new List<property>();
     this.vcsrootField = new vcsrootref();
 }
 public vcsrootentry()
 {
     this.vcsrootField = new vcsrootref();
 }