/// <summary>
 /// Deprecated Method for adding a new object to the bvc_PrintTemplate EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_PrintTemplate(bvc_PrintTemplate bvc_PrintTemplate)
 {
     base.AddObject("bvc_PrintTemplate", bvc_PrintTemplate);
 }
 /// <summary>
 /// Create a new bvc_PrintTemplate object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="body">Initial value of the Body property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="repeatingSection">Initial value of the RepeatingSection property.</param>
 /// <param name="systemTemplate">Initial value of the SystemTemplate property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_PrintTemplate Createbvc_PrintTemplate(global::System.String bvin, global::System.String body, global::System.String displayName, global::System.String repeatingSection, global::System.Int32 systemTemplate, global::System.DateTime lastUpdated)
 {
     bvc_PrintTemplate bvc_PrintTemplate = new bvc_PrintTemplate();
     bvc_PrintTemplate.bvin = bvin;
     bvc_PrintTemplate.Body = body;
     bvc_PrintTemplate.DisplayName = displayName;
     bvc_PrintTemplate.RepeatingSection = repeatingSection;
     bvc_PrintTemplate.SystemTemplate = systemTemplate;
     bvc_PrintTemplate.LastUpdated = lastUpdated;
     return bvc_PrintTemplate;
 }