public ParentEnumerator(GitCommit owner)
 {
     this.owner    = owner;
     this.position = -1;
 }
 public ParentEnumerable(GitCommit owner)
 {
     this.owner = owner;
 }