public function index()
 {
     $groups = $this->groups->getHierarchy();
     return View::make('fluxbb::admin.groups.index')->with('groups', $groups);
 }