public void BuySetFurniture()
 {
     chair.BuyChair();
     table.BuyTable();
 }