public OptionPoll AppOption(OptionPoll option)
 {
     return(pollService.AddOption(option));
 }