public revision()
 {
     this.vcsrootinstanceField = new vcsrootinstanceref();
 }
 public change()
 {
     this.vcsRootInstanceField = new vcsrootinstanceref();
     this.filesField = new List<fileChange>();
     this.userField = new userref();
 }