public function addGroup() { return view("{$this->viewPrefix}/addgroup", ['person' => $this->editPerson, 'groups' => GroupFacade::allExcept($this->editPerson->getGroupIds())]); }