public void setValueAt(Object value, int row, int column) {
   original.setValueAt(value, row, column);
 }