public function CustomApplicationService()
 {
     parent::ApplicationService();
     $this->StakeHolderDAO = new StakeHolderDAO();
 }