public CountsModel GetCounts() { var repo = new CandidatesRepository(_connectionString); return(repo.GetCounts()); }