public void AskForBill()
 {
     Console.WriteLine($"{FirstName} {LastName}: I will have my check please");
     Waiter.CompleteOrder(Order);
 }