public function getSingleDataValue($id)
 {
     return $this->repository->getSingleDataValue($id);
 }