/**
  * @param int $id
  * @return Role|null
  */
 public function findById($id)
 {
     return $this->role->find($id);
 }