public IActionResult StartVoting([FromBody] VotingPattern vot) { var v = vot; vm.StartVoting(vot); return(Ok()); }