public IEnumerator GetEnumerator()
 {
     return(mElements.GetEnumerator());
 }