/**
  * class constructor
  */
 function CRM_Contribute_BAO_PaymentInstrument()
 {
     parent::CRM_Contribute_DAO_PaymentInstrument();
 }