public function Delete()
 {
     $reasonId = $this->page->GetReasonId();
     $this->resourceRepository->RemoveStatusReason($reasonId);
 }