/// <summary>
 /// Create a new HR_CMP_AccountsWithBanks object.
 /// </summary>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 /// <param name="bankID">Initial value of the BankID property.</param>
 public static HR_CMP_AccountsWithBanks CreateHR_CMP_AccountsWithBanks(global::System.Int64 companyID, global::System.Int32 bankID)
 {
     HR_CMP_AccountsWithBanks hR_CMP_AccountsWithBanks = new HR_CMP_AccountsWithBanks();
     hR_CMP_AccountsWithBanks.CompanyID = companyID;
     hR_CMP_AccountsWithBanks.BankID = bankID;
     return hR_CMP_AccountsWithBanks;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_CMP_AccountsWithBanks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_CMP_AccountsWithBanks(HR_CMP_AccountsWithBanks hR_CMP_AccountsWithBanks)
 {
     base.AddObject("HR_CMP_AccountsWithBanks", hR_CMP_AccountsWithBanks);
 }