public IEnumerable <KeyValueViewModel> GetAreas()
 {
     return(_constituencyService.GetAreas());
 }