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