public static void cleanRecord(final int id) {
   myRecords.put(id * RECORD_SIZE, ZEROES, 0, RECORD_SIZE);
 }