public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new Payments_Accounts_Command(ConnectionStr, this);
 }
 public Payments_Accounts(string ConnectionStr, String L_Payments_AccountsID_Value)
 {
     ExecCommand = new Payments_Accounts_Command(ConnectionStr, this);
     ExecCommand.Load(L_Payments_AccountsID_Value);
 }
 public Payments_Accounts()
 {
     ExecCommand = new Payments_Accounts_Command(this);
 }