saveInformation method

void saveInformation()

Telling the master to make the observers run the 'onFinishEditing' function

Implementation

void saveInformation() {
  dataDetailMaster.notifyObserverToUpdate();
}