/**
  * @param integer $id
  *
  * @return null
  */
 public function delete($id)
 {
     $this->service->deleteById($id);
     return null;
 }