public DokumentySubTable(RelacjeHandlowe rh, DokumentHandlowy dh)
 {
     this.dh = dh;
     this.rh = rh;
 }
 public Podrzedne(RelacjeHandlowe rh, DokumentHandlowy dh)
     : base(rh, dh)
 {
 }