IEnumerator IEnumerable.GetEnumerator()
 {
     return(StackSet.GetEnumerator());
 }