/// <summary>
 /// Deprecated Method for adding a new object to the KiteBoards EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToKiteBoards(KiteBoard kiteBoard)
 {
     base.AddObject("KiteBoards", kiteBoard);
 }
 /// <summary>
 /// Create a new KiteBoard object.
 /// </summary>
 /// <param name="kiteboardId">Initial value of the KiteboardId property.</param>
 public static KiteBoard CreateKiteBoard(global::System.Int32 kiteboardId)
 {
     KiteBoard kiteBoard = new KiteBoard();
     kiteBoard.KiteboardId = kiteboardId;
     return kiteBoard;
 }