public string GetNameByElementIndex(int elementIndex)
 {
     return(m_info.GetNameByElementIndex(elementIndex));
 }