editInformation method

void editInformation()

Telling the master to make the observers update

Implementation

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