private void txbNumeroCNI_TextChanged(object sender, EventArgs e)
 {
     fonction.PrendreUniquementChiffre(txbNumeroCNI);
 }