public AcDomesticCandidateRouteTmp getDomesticCandidateRouteTmp(
     AcDomesticCandidateRouteTmpPkIF pk) {
   return getDomesticCandidateRouteTmp(pk.getLogin());
 }
 public void delete(AcDomesticCandidateRouteTmpPkIF e) {
   delete(e.getLogin());
 }