public InvestmentCycleController()
 {
     this.contextInvestmentProduct = new InvestmentProductDataSource();
     this.contextInvestmentCycle   = new InvestmentCycleDataSource();
     this.user = new User();
 }
 public InvestmentProductController()
 {
     this.contextInvestmentCategory = new InvestmentCategoryDataSource();
     this.contextInvestmentProduct  = new InvestmentProductDataSource();
     this.user = new User();
 }