public ActiviteController()
 {
     aDA  = new ActiviteDA();
     bDA  = new BudgetDA();
     adDA = new AdherentDA();
     oDA  = new OrganisateurDA();
     bcDA = new BudgetCategorieDA();
 }
 public ContribuesController()
 {
     aDA  = new AdherentDA();
     cDA  = new ContribuesDA();
     bDA  = new BudgetDA();
     bcDA = new BudgetCategorieDA();
     date = new DateValue();
 }
 public BudgetCategorieController()
 {
     bcDA = new BudgetCategorieDA();
     bDA  = new BudgetDA();
 }