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