function getForm($formType)
 {
     $adapter = new DPSAdapter();
     return $adapter->getFormByName($formType);
 }