private void CheckInvoicesIfPaid()
 {
     _bookingController.CheckIfPaidWithinDays(10);
 }