public OffresAPIController(IOffreRepo repo)
 {
     this.repo = repo;
 }