public void CancelEditingPage(int id)
 {
     _service.CancelEditingPage(id);
     _notificationHub.PageAvailableForEdit(id);
 }