public List <PostalCode> AutoFillPostalCode() { ISupplierRepository repo = new SupplierRepository(); return(repo.AutoFillPostalCode()); }