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