/// <summary>
        /// Create a new TA_Report object.
        /// </summary>
        /// <param name="report_ID">Initial value of the Report_ID property.</param>
        /// <param name="report_Name">Initial value of the Report_Name property.</param>
        public static TA_Report CreateTA_Report(global::System.Decimal report_ID, global::System.String report_Name)
        {
            TA_Report tA_Report = new TA_Report();

            tA_Report.Report_ID   = report_ID;
            tA_Report.Report_Name = report_Name;
            return(tA_Report);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the TA_Report EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTA_Report(TA_Report tA_Report)
 {
     base.AddObject("TA_Report", tA_Report);
 }