public async Task <IEnumerable <Personne> > GetAll()
 {
     return(await repository.GetAllAsync());
 }