public async Task <Option> Insert(Option entity)
 {
     return(await _optionRepository.Insert(entity));
 }