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