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