/// <summary> Initializes the class members</summary>
		private void InitClassMembers()
		{

			_contacts = new EPICCentralDL.CollectionClasses.ContactCollection();
			_contacts.SetContainingEntityInfo(this, "Organization");

			_locations = new EPICCentralDL.CollectionClasses.LocationCollection();
			_locations.SetContainingEntityInfo(this, "Organization");

			_users = new EPICCentralDL.CollectionClasses.UserCollection();
			_users.SetContainingEntityInfo(this, "Organization");
			PerformDependencyInjection();

			// __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
			// __LLBLGENPRO_USER_CODE_REGION_END
			OnInitClassMembersComplete();
		}