/**
  * Constructor
  *
  * @param ReportController $reportCtrl
  */
 public function __construct(ReportController $reportCtrl)
 {
     $this->reportCtrl = $reportCtrl;
     $this->reportCtrl->loadLastExec();
     $this->report = $reportCtrl->getReport();
 }