/// <summary>
 /// Create a new HR_Company object.
 /// </summary>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 /// <param name="companyName">Initial value of the CompanyName property.</param>
 /// <param name="organizationLogoPath">Initial value of the OrganizationLogoPath property.</param>
 /// <param name="registeredEmailAddress">Initial value of the RegisteredEmailAddress property.</param>
 /// <param name="companyDescription">Initial value of the CompanyDescription property.</param>
 public static HR_Company CreateHR_Company(global::System.Int64 companyID, global::System.String companyName, global::System.String organizationLogoPath, global::System.String registeredEmailAddress, global::System.String companyDescription)
 {
     HR_Company hR_Company = new HR_Company();
     hR_Company.CompanyID = companyID;
     hR_Company.CompanyName = companyName;
     hR_Company.OrganizationLogoPath = organizationLogoPath;
     hR_Company.RegisteredEmailAddress = registeredEmailAddress;
     hR_Company.CompanyDescription = companyDescription;
     return hR_Company;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Company EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Company(HR_Company hR_Company)
 {
     base.AddObject("HR_Company", hR_Company);
 }