public function getAll()
 {
     return $this->model->with('Actionee')->get();
 }