/// <summary>
 /// Deprecated Method for adding a new object to the vw_UserComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_UserComments(vw_UserComments vw_UserComments)
 {
     base.AddObject("vw_UserComments", vw_UserComments);
 }
 /// <summary>
 /// Create a new vw_UserComments object.
 /// </summary>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="boardsImagesMappingID">Initial value of the BoardsImagesMappingID property.</param>
 public static vw_UserComments Createvw_UserComments(global::System.Int32 userID, global::System.Int32 boardsImagesMappingID)
 {
     vw_UserComments vw_UserComments = new vw_UserComments();
     vw_UserComments.UserID = userID;
     vw_UserComments.BoardsImagesMappingID = boardsImagesMappingID;
     return vw_UserComments;
 }