public List<BpTypeCode> ReadAll() { return Repos.findAll(); }
public String Save(BpTypeCode type) { Repos.save(type); return "Saved"; }