public function index()
 {
     $list = Role::orderBy('sort', 'asc')->get();
     return view($this->templatePath() . '.index', array('role_list' => $list));
 }