public static void AddNew(this IMRecordset recordset, string tableNmae, string fieldName) { recordset.AddNew(); recordset.PutNextId(tableNmae, fieldName); }