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