public function getCreditBalance()
 {
     $summary = new Summary();
     return $summary->getCreditBalance();
 }