public IActionResult GetResults()
 {
     return(Ok(_votesService.GetResults()));
 }