public void removeRow(int position) {
   model.removeRow(position);
 }