public function ProfileLink($action = null)
 {
     if ($directorypage = MembersDirectoryPage::get()->first()) {
         return Controller::join_links($directorypage->Link(), "view", $this->owner->ID, $action);
     }
     return Controller::join_links(MemberProfilePage_Controller::config()->url_segment, $action);
 }