public List <Poll> GetCommonListPoll(int ClientId)
 {
     return(pollService.GetListPoll(0, ClientId));
 }