/// <summary>
 /// Deprecated Method for adding a new object to the MenuSelection_Eng EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMenuSelection_Eng(MenuSelection_Eng menuSelection_Eng)
 {
     base.AddObject("MenuSelection_Eng", menuSelection_Eng);
 }
 /// <summary>
 /// Create a new MenuSelection_Eng object.
 /// </summary>
 /// <param name="menu">Initial value of the Menu property.</param>
 /// <param name="selection">Initial value of the Selection property.</param>
 /// <param name="presentation">Initial value of the Presentation property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static MenuSelection_Eng CreateMenuSelection_Eng(global::System.String menu, global::System.String selection, global::System.String presentation, global::System.String userId, global::System.DateTime logDate)
 {
     MenuSelection_Eng menuSelection_Eng = new MenuSelection_Eng();
     menuSelection_Eng.Menu = menu;
     menuSelection_Eng.Selection = selection;
     menuSelection_Eng.Presentation = presentation;
     menuSelection_Eng.UserId = userId;
     menuSelection_Eng.LogDate = logDate;
     return menuSelection_Eng;
 }