/// <summary>
 /// Deprecated Method for adding a new object to the MP_Screens EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMP_Screens(MP_Screens mP_Screens)
 {
     base.AddObject("MP_Screens", mP_Screens);
 }
 /// <summary>
 /// Create a new MP_Screens object.
 /// </summary>
 /// <param name="screenId">Initial value of the ScreenId property.</param>
 /// <param name="theaterId">Initial value of the TheaterId property.</param>
 /// <param name="screenName">Initial value of the ScreenName property.</param>
 public static MP_Screens CreateMP_Screens(global::System.Int32 screenId, global::System.Int32 theaterId, global::System.String screenName)
 {
     MP_Screens mP_Screens = new MP_Screens();
     mP_Screens.ScreenId = screenId;
     mP_Screens.TheaterId = theaterId;
     mP_Screens.ScreenName = screenName;
     return mP_Screens;
 }