public function getBilling()
 {
     // start aitoc
     return Mage::helper('aitconfcheckout/onepage')->getAddress(parent::getBilling());
     // finish aitoc
     // return $this->getQuote()->getBillingAddress();
 }