public string GetNameByRoleValue(int roleValue)
 {
     return(m_info.GetNameByRoleValue(roleValue));
 }