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