/// <summary>
 /// Deprecated Method for adding a new object to the DimOrganizations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDimOrganizations(DimOrganization dimOrganization)
 {
     base.AddObject("DimOrganizations", dimOrganization);
 }
 /// <summary>
 /// Create a new DimOrganization object.
 /// </summary>
 /// <param name="organizationKey">Initial value of the OrganizationKey property.</param>
 public static DimOrganization CreateDimOrganization(global::System.Int32 organizationKey)
 {
     DimOrganization dimOrganization = new DimOrganization();
     dimOrganization.OrganizationKey = organizationKey;
     return dimOrganization;
 }