public bool IsValidRoleValue(int roleValue)
 {
     return(m_info.IsValidRoleValue(roleValue));
 }