/// <summary>
 /// Deprecated Method for adding a new object to the timetable_request_room_allocation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotimetable_request_room_allocation(timetable_request_room_allocation timetable_request_room_allocation)
 {
     base.AddObject("timetable_request_room_allocation", timetable_request_room_allocation);
 }
 /// <summary>
 /// Create a new timetable_request_room_allocation object.
 /// </summary>
 /// <param name="request_ID">Initial value of the Request_ID property.</param>
 /// <param name="building_ID">Initial value of the Building_ID property.</param>
 /// <param name="room_ID">Initial value of the Room_ID property.</param>
 public static timetable_request_room_allocation Createtimetable_request_room_allocation(global::System.Int16 request_ID, global::System.String building_ID, global::System.String room_ID)
 {
     timetable_request_room_allocation timetable_request_room_allocation = new timetable_request_room_allocation();
     timetable_request_room_allocation.Request_ID = request_ID;
     timetable_request_room_allocation.Building_ID = building_ID;
     timetable_request_room_allocation.Room_ID = room_ID;
     return timetable_request_room_allocation;
 }