public async Task <IEnumerable <Option> > GetAllByPoll(int pollId)
 {
     return(await _optionRepository.GetAllByPoll(pollId));
 }