public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Supplier_Address_Command(ConnectionStr, this);
 }
 public AP_Master_Supplier_Address(string ConnectionStr, Int32 Id_Value, Int32 SupplierId_Value)
 {
     ExecCommand = new AP_Master_Supplier_Address_Command(ConnectionStr, this);
     ExecCommand.Load(Id_Value, SupplierId_Value);
 }
 public AP_Master_Supplier_Address()
 {
     ExecCommand = new AP_Master_Supplier_Address_Command(this);
 }