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