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