public AuthorizationAdministrationForm()
 {
     InitializeComponent();
     GetReporteesShipment       = new GetReporteesShipment();
     ExternalReporteeList       = new ExternalReporteeBEList();
     GetReporteeShipment        = new GetReporteeByTempKeyShipment();
     ExternalReportee           = new ExternalReporteeBE();
     aaEPFunc                   = new Functionality.AuthorizationAdministrationEndPointFunctionality();
     aaEPFunc.ReturnMessageXml += ReturnMessageXmlHandler;
 }
 public AuthorizationAdministrationFormEC2()
 {
     InitializeComponent();
     GetReporteesShipment       = new GetReporteesShipment();
     ExternalReporteeList       = new ExternalReporteeBEList();
     GetReporteeShipment        = new GetReporteeByTempKeyShipment();
     ExternalReportee           = new ExternalReporteeBE();
     AaEpFunc                   = new AuthorizationAdministrationEndPointFunctionalityEC2();
     AaEpFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     SetUpObjectesForPropertyGrid();
     AssignActions();
 }