private void initChemistry(FPCarrier fp, ChemTable tbl)
 {
     LogStr(tbl.Text);
     _fp = fp;
     tbl.Enumerate(rp);
 }