/**
  * Try to add a View object to the history.
  *
  * @param view com.compendium.core.datamodel.View, the view to add to the history.
  */
 public void addToHistory(View view) {
   history.add(view);
 }