public void UpdateRecord()
 {
     logger.Log("Call UpdateRecord for recordId: " + RecordView.Id);
     presenter.UpdateRecord();
 }