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