public IActionResult CloseVoting(int?id)
 {
     _administratorService.CloseVoting(id, _context);
     return(RedirectToAction("Index"));
 }