public IEnumerable <ConstituencyViewModel> GetAll(string name, int?constituencyTypeId, int?areaId, int?partyId, bool?current)
 {
     return(_constituencyService.GetAll(name, constituencyTypeId, areaId, partyId, current));
 }