public void DeleteOption(int Id)
 {
     pollService.DeleteOption(Id);
     Ok();
 }