public void AddProFormaInvoiceToClubMember(ProFormaInvoice proFormaInvoice, ClubMember debtor)
 {
     debtor.AddProFormainvoice(proFormaInvoice);
 }