/// <summary>
 /// Deprecated Method for adding a new object to the wsPlanConfigs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTowsPlanConfigs(wsPlanConfig wsPlanConfig)
 {
     base.AddObject("wsPlanConfigs", wsPlanConfig);
 }
 /// <summary>
 /// Create a new wsPlanConfig object.
 /// </summary>
 /// <param name="config_id">Initial value of the config_id property.</param>
 /// <param name="plan_id">Initial value of the plan_id property.</param>
 /// <param name="reimbursement">Initial value of the reimbursement property.</param>
 /// <param name="deductible">Initial value of the deductible property.</param>
 public static wsPlanConfig CreatewsPlanConfig(global::System.Int32 config_id, global::System.Int32 plan_id, global::System.Double reimbursement, global::System.Decimal deductible)
 {
     wsPlanConfig wsPlanConfig = new wsPlanConfig();
     wsPlanConfig.config_id = config_id;
     wsPlanConfig.plan_id = plan_id;
     wsPlanConfig.reimbursement = reimbursement;
     wsPlanConfig.deductible = deductible;
     return wsPlanConfig;
 }