/// //////////////////////////////////////////////////////
 private static string GetKeyChamp(CChampCustom champ)
 {
     //TESTDBKEYOK
     return(CInfoRelationComposantFiltreEntiteToChampEntite.GetKeyChamp(champ, true) + "." +
            CDefinitionProprieteDynamique.c_strCaractereStartCleType + c_strCleType +
            CDefinitionProprieteDynamique.c_strCaractereEndCleType +
            CInfoRelationEValeurChampCustomToDisplay.GetKeyChamp(champ));
 }