/**
  * @param $id
  * @return bool
  */
 public function delete($id)
 {
     $this->model->remove($id);
     return true;
 }