public IActionResult PauseVoting()
 {
     vm.PauseVoting();
     return(Ok());
 }