@Override
 public Medecin getMedecinById(long id) {
   return medecinRepository.findOne(id);
 }