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