/// <summary>
 /// Create a new CLItblCompany object.
 /// </summary>
 /// <param name="companyId">Initial value of the CompanyId property.</param>
 /// <param name="fullName">Initial value of the FullName property.</param>
 public static CLItblCompany CreateCLItblCompany(global::System.Int32 companyId, global::System.String fullName)
 {
     CLItblCompany cLItblCompany = new CLItblCompany();
     cLItblCompany.CompanyId = companyId;
     cLItblCompany.FullName = fullName;
     return cLItblCompany;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CLItblCompanies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCLItblCompanies(CLItblCompany cLItblCompany)
 {
     base.AddObject("CLItblCompanies", cLItblCompany);
 }