public function trouverId($competance)
 {
     $com = Competence::where('nom', '=', $competance)->first();
     return $com->id_Competence;
 }