public function __construct(IGroupViewRepository $groupRepository, UserSession $userSession) { $this->groupRepository = $groupRepository; $this->userSession = $userSession; parent::__construct(); }