/**
  * @return Role|null
  */
 public function all()
 {
     return $this->role->all();
 }