/// <summary>
 /// Deprecated Method for adding a new object to the ContentServices EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContentServices(ContentService contentService)
 {
     base.AddObject("ContentServices", contentService);
 }
 /// <summary>
 /// Create a new ContentService object.
 /// </summary>
 /// <param name="servicesID">Initial value of the ServicesID property.</param>
 public static ContentService CreateContentService(global::System.Int32 servicesID)
 {
     ContentService contentService = new ContentService();
     contentService.ServicesID = servicesID;
     return contentService;
 }