public async Task <ActionResult <Voting> > Index([FromQuery] SieveModel sieveModel) { return(Ok(await _service.GetAllVoting(sieveModel))); }