public function deleteTextOption(TextOption $textOption)
 {
     $this->optionRepository->delete($textOption);
 }