records = new Hashtable();
records.put(refNo,data);
return records.get(index);
return records;
return records.keys();
records = object;