/// <summary>
 /// Create a new FactCallCenter object.
 /// </summary>
 /// <param name="factCallCenterID">Initial value of the FactCallCenterID property.</param>
 /// <param name="wageType">Initial value of the WageType property.</param>
 /// <param name="shift">Initial value of the Shift property.</param>
 /// <param name="levelOneOperators">Initial value of the LevelOneOperators property.</param>
 /// <param name="levelTwoOperators">Initial value of the LevelTwoOperators property.</param>
 /// <param name="totalOperators">Initial value of the TotalOperators property.</param>
 /// <param name="calls">Initial value of the Calls property.</param>
 /// <param name="automaticResponses">Initial value of the AutomaticResponses property.</param>
 /// <param name="orders">Initial value of the Orders property.</param>
 /// <param name="issuesRaised">Initial value of the IssuesRaised property.</param>
 /// <param name="averageTimePerIssue">Initial value of the AverageTimePerIssue property.</param>
 /// <param name="serviceGrade">Initial value of the ServiceGrade property.</param>
 public static FactCallCenter CreateFactCallCenter(global::System.Int32 factCallCenterID, global::System.String wageType, global::System.String shift, global::System.Int16 levelOneOperators, global::System.Int16 levelTwoOperators, global::System.Int16 totalOperators, global::System.Int32 calls, global::System.Int32 automaticResponses, global::System.Int32 orders, global::System.Int16 issuesRaised, global::System.Int16 averageTimePerIssue, global::System.Double serviceGrade)
 {
     FactCallCenter factCallCenter = new FactCallCenter();
     factCallCenter.FactCallCenterID = factCallCenterID;
     factCallCenter.WageType = wageType;
     factCallCenter.Shift = shift;
     factCallCenter.LevelOneOperators = levelOneOperators;
     factCallCenter.LevelTwoOperators = levelTwoOperators;
     factCallCenter.TotalOperators = totalOperators;
     factCallCenter.Calls = calls;
     factCallCenter.AutomaticResponses = automaticResponses;
     factCallCenter.Orders = orders;
     factCallCenter.IssuesRaised = issuesRaised;
     factCallCenter.AverageTimePerIssue = averageTimePerIssue;
     factCallCenter.ServiceGrade = serviceGrade;
     return factCallCenter;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FactCallCenters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFactCallCenters(FactCallCenter factCallCenter)
 {
     base.AddObject("FactCallCenters", factCallCenter);
 }