public Poll Post(Poll poll)
 {
     return(pollService.Create(poll));
 }