public Controller(ForagerService foragerService, ForageService forageService, ItemService itemService, View view, Report reports)
 {
     this.foragerService = foragerService;
     this.forageService  = forageService;
     this.itemService    = itemService;
     this.view           = view;
     this.reports        = reports;
 }