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