public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Supplier_Command(ConnectionStr, this);
 }
 public AP_Master_Supplier(string ConnectionStr, Int32 Id_Value)
 {
     ExecCommand = new AP_Master_Supplier_Command(ConnectionStr, this);
     ExecCommand.Load(Id_Value);
 }
 public AP_Master_Supplier()
 {
     ExecCommand = new AP_Master_Supplier_Command(this);
 }