public PersonneRepository(ServiceWebEntities context)
 {
     _dbContext = context;
 }
 public PersonneRepository()
 {
     _dbContext = new ServiceWebEntities();
 }
 public TexteRepository(ServiceWebEntities context)
 {
     _dbContext = context;
 }
 public TexteRepository()
 {
     _dbContext = new ServiceWebEntities();
 }
 public ObjetRepository(ServiceWebEntities context)
 {
     _dbContext = context;
 }
 public ObjetRepository()
 {
     _dbContext = new ServiceWebEntities();
 }