public IEnumerator <uint> GetEnumerator()
 {
     return(primes.GetEnumerator());
 }