/// <summary>
 /// Create a new DestinationMatter object.
 /// </summary>
 /// <param name="matterID">Initial value of the MatterID property.</param>
 /// <param name="destination">Initial value of the Destination property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static DestinationMatter CreateDestinationMatter(global::System.Int32 matterID, global::System.String destination, global::System.String description)
 {
     DestinationMatter destinationMatter = new DestinationMatter();
     destinationMatter.MatterID = matterID;
     destinationMatter.Destination = destination;
     destinationMatter.Description = description;
     return destinationMatter;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DestinationMatter EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDestinationMatter(DestinationMatter destinationMatter)
 {
     base.AddObject("DestinationMatter", destinationMatter);
 }