/// <summary>
 /// Deprecated Method for adding a new object to the MP_Theaters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMP_Theaters(MP_Theaters mP_Theaters)
 {
     base.AddObject("MP_Theaters", mP_Theaters);
 }
 /// <summary>
 /// Create a new MP_Theaters object.
 /// </summary>
 /// <param name="theaterId">Initial value of the TheaterId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="numberOfScreens">Initial value of the NumberOfScreens property.</param>
 /// <param name="dBCreationDate">Initial value of the DBCreationDate property.</param>
 public static MP_Theaters CreateMP_Theaters(global::System.Int32 theaterId, global::System.String name, global::System.Int32 numberOfScreens, global::System.DateTime dBCreationDate)
 {
     MP_Theaters mP_Theaters = new MP_Theaters();
     mP_Theaters.TheaterId = theaterId;
     mP_Theaters.Name = name;
     mP_Theaters.NumberOfScreens = numberOfScreens;
     mP_Theaters.DBCreationDate = dBCreationDate;
     return mP_Theaters;
 }