public void SetParameterBlob(int id, string parm, bool dbBlob)
 {
     _gxDbCommand.SetParameterBlob(id - 1, parm, dbBlob);
 }