public function DeleteMember($param)
 {
     $this->DeleteImageFileByMember($param);
     parent::DeleteMemberProcess($param);
 }