public IEnumerable <ElectionViewModel> GetAll(int?electionTypeId) { return(_electionService.GetAll(electionTypeId)); }