private void membreCombo_SelectedIndexChanged(object sender, EventArgs e)
 {
     idSemaine = dn.retourInfoRembMembre(semaineLbl, matriculeLbl, mandataireLbl, membreCombo.Text, photo);
     //dn.retreivePhoto(matriculeLbl.Text, photo);
 }