public static String GetRoleDescription(int i) {
   return (String) AuthorizationRole.get(Integers.valueOf(i));
 }