/// <summary>
 /// Deprecated Method for adding a new object to the imdb EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToimdb(imdb imdb)
 {
     base.AddObject("imdb", imdb);
 }
 /// <summary>
 /// Create a new imdb object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="imdbid">Initial value of the imdbid property.</param>
 /// <param name="imgur">Initial value of the imgur property.</param>
 public static imdb Createimdb(global::System.Int64 id, global::System.String imdbid, global::System.String imgur)
 {
     imdb imdb = new imdb();
     imdb.id = id;
     imdb.imdbid = imdbid;
     imdb.imgur = imgur;
     return imdb;
 }