/// <summary>
 /// Deprecated Method for adding a new object to the CollectionEventLocalisation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCollectionEventLocalisation(CollectionEventLocalisation collectionEventLocalisation)
 {
     base.AddObject("CollectionEventLocalisation", collectionEventLocalisation);
 }
 /// <summary>
 /// Create a new CollectionEventLocalisation object.
 /// </summary>
 /// <param name="collectionEventID">Initial value of the CollectionEventID property.</param>
 /// <param name="localisationSystemID">Initial value of the LocalisationSystemID property.</param>
 /// <param name="rowGUID">Initial value of the RowGUID property.</param>
 public static CollectionEventLocalisation CreateCollectionEventLocalisation(global::System.Int32 collectionEventID, global::System.Int32 localisationSystemID, global::System.Guid rowGUID)
 {
     CollectionEventLocalisation collectionEventLocalisation = new CollectionEventLocalisation();
     collectionEventLocalisation.CollectionEventID = collectionEventID;
     collectionEventLocalisation.LocalisationSystemID = localisationSystemID;
     collectionEventLocalisation.RowGUID = rowGUID;
     return collectionEventLocalisation;
 }