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