public function editValue(Data $data)
 {
     return $this->repository->editValue($data);
 }