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