function getForm($formName)
 {
     $adapter = new PayPalAdapter();
     return $adapter->getFormByName($formName);
 }