/// <summary>
 /// Deprecated Method for adding a new object to the Movies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMovies(Movies movies)
 {
     base.AddObject("Movies", movies);
 }
 /// <summary>
 /// Create a new Movies object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Movies CreateMovies(global::System.Int32 id)
 {
     Movies movies = new Movies();
     movies.Id = id;
     return movies;
 }