/**
  * @param int $id
  */
 public function delete($id)
 {
     $this->table->delete($id);
 }