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