/// <summary>
 /// Deprecated Method for adding a new object to the rptEPMonthlyAccountActivity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorptEPMonthlyAccountActivity(rptEPMonthlyAccountActivity rptEPMonthlyAccountActivity)
 {
     base.AddObject("rptEPMonthlyAccountActivity", rptEPMonthlyAccountActivity);
 }
 /// <summary>
 /// Create a new rptEPMonthlyAccountActivity object.
 /// </summary>
 /// <param name="accountNum">Initial value of the AccountNum property.</param>
 /// <param name="bankName">Initial value of the BankName property.</param>
 public static rptEPMonthlyAccountActivity CreaterptEPMonthlyAccountActivity(global::System.String accountNum, global::System.String bankName)
 {
     rptEPMonthlyAccountActivity rptEPMonthlyAccountActivity = new rptEPMonthlyAccountActivity();
     rptEPMonthlyAccountActivity.AccountNum = accountNum;
     rptEPMonthlyAccountActivity.BankName = bankName;
     return rptEPMonthlyAccountActivity;
 }