/// <summary>
 /// Create a new project object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="owner">Initial value of the owner property.</param>
 /// <param name="form">Initial value of the form property.</param>
 public static project Createproject(global::System.Int32 id, global::System.String name, global::System.String description, global::System.Int32 owner, global::System.String form)
 {
     project project = new project();
     project.ID = id;
     project.name = name;
     project.description = description;
     project.owner = owner;
     project.form = form;
     return project;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the projects EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToprojects(project project)
 {
     base.AddObject("projects", project);
 }