public function PrintParent2()
 {
     echo "PrintParent2: ";
     parent::GetName();
 }