public int NextPosition()
 {
     return(_posList.Next());
 }
 public override int NextPosition()
 {
     return(_posList.Next());
 }