public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_VATBranch_Command(ConnectionStr, this);
 }
 public AP_Master_VATBranch(string ConnectionStr, String VatBranch_Value, String CompanyId_Value)
 {
     ExecCommand = new AP_Master_VATBranch_Command(ConnectionStr, this);
     ExecCommand.Load(VatBranch_Value, CompanyId_Value);
 }
 public AP_Master_VATBranch()
 {
     ExecCommand = new AP_Master_VATBranch_Command(this);
 }