public ReportManagerControler(DailyProfit dailyProfit)
 {
     this.dailyProfit  = dailyProfit;
     reportManagerImpl = new ReportManagerImpl(dailyProfit);
 }
 public ReportManagerImpl(DailyProfit dailyProfit)
 {
     this.dailyProfit = dailyProfit;
 }