function populate()
 {
     $trans = new PLTransactionCollection(new PLTransaction());
     $pl = new PageList('aged_creditors_summary');
     $this->contents = $trans->agedSummary();
 }