// rechercher une Mention
 public MentionBE rechercherMention(MentionBE mention)
 {
     return(mentionDA.rechercher(mention));
 }