/// <summary>
 /// Deprecated Method for adding a new object to the BoardContributor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBoardContributor(BoardContributor boardContributor)
 {
     base.AddObject("BoardContributor", boardContributor);
 }
 /// <summary>
 /// Create a new BoardContributor object.
 /// </summary>
 /// <param name="boardID">Initial value of the BoardID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="contributorID">Initial value of the ContributorID property.</param>
 public static BoardContributor CreateBoardContributor(global::System.Int32 boardID, global::System.Int32 id, global::System.Int32 contributorID)
 {
     BoardContributor boardContributor = new BoardContributor();
     boardContributor.BoardID = boardID;
     boardContributor.ID = id;
     boardContributor.ContributorID = contributorID;
     return boardContributor;
 }