/**
  * Find Method
  * @param  mixed $id
  * @return Comment
  */
 public function find($id)
 {
     return $this->model->find($id);
 }