/// <summary>
 /// Create a new Form object.
 /// </summary>
 /// <param name="uid">Initial value of the Uid property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static Form CreateForm(global::System.Guid uid, global::System.Guid userId, global::System.DateTime timestamp)
 {
     Form form = new Form();
     form.Uid = uid;
     form.UserId = userId;
     form.Timestamp = timestamp;
     return form;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Forms EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToForms(Form form)
 {
     base.AddObject("Forms", form);
 }