/// <summary>
 /// Deprecated Method for adding a new object to the AccountantPagesCounters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAccountantPagesCounters(AccountantPagesCounter accountantPagesCounter)
 {
     base.AddObject("AccountantPagesCounters", accountantPagesCounter);
 }
 /// <summary>
 /// Create a new AccountantPagesCounter object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="insuranceReceptionCounter">Initial value of the InsuranceReceptionCounter property.</param>
 /// <param name="chequeReceptionCounter">Initial value of the ChequeReceptionCounter property.</param>
 /// <param name="moneyReceptionCounter">Initial value of the MoneyReceptionCounter property.</param>
 /// <param name="chequePaymentCounter">Initial value of the ChequePaymentCounter property.</param>
 /// <param name="moneyPaymentCounter">Initial value of the MoneyPaymentCounter property.</param>
 /// <param name="patientReceptionCounter">Initial value of the PatientReceptionCounter property.</param>
 /// <param name="documentCounter">Initial value of the DocumentCounter property.</param>
 public static AccountantPagesCounter CreateAccountantPagesCounter(global::System.Int32 id, global::System.Int32 insuranceReceptionCounter, global::System.Int32 chequeReceptionCounter, global::System.Int32 moneyReceptionCounter, global::System.Int32 chequePaymentCounter, global::System.Int32 moneyPaymentCounter, global::System.Int32 patientReceptionCounter, global::System.Int32 documentCounter)
 {
     AccountantPagesCounter accountantPagesCounter = new AccountantPagesCounter();
     accountantPagesCounter.Id = id;
     accountantPagesCounter.InsuranceReceptionCounter = insuranceReceptionCounter;
     accountantPagesCounter.ChequeReceptionCounter = chequeReceptionCounter;
     accountantPagesCounter.MoneyReceptionCounter = moneyReceptionCounter;
     accountantPagesCounter.ChequePaymentCounter = chequePaymentCounter;
     accountantPagesCounter.MoneyPaymentCounter = moneyPaymentCounter;
     accountantPagesCounter.PatientReceptionCounter = patientReceptionCounter;
     accountantPagesCounter.DocumentCounter = documentCounter;
     return accountantPagesCounter;
 }