public ConsulterEtatStockBL()
 {
     this.articleDA          = new ArticleDA();
     this.acheterDA          = new AcheterDA();
     this.categorieArticleDA = new CategorieArticleDA();
     this.stockerDA          = new StockerDA();
     this.parametreDA        = new ParametresDA();
     this.journalDA          = new JournalDA();
 }
 public CreerModifierCategorieArticleBL()
 {
     this.categorieArticleDA = new CategorieArticleDA();
     this.journalDA          = new JournalDA();
 }