public function __call($action, array $arguments)
 {
     return \Sentinel::assessPermission($this->entity, $action);
 }