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