/// <summary> /// The get companies. /// </summary> /// <returns> /// The <see cref="List"/>. /// </returns> public static List<Company> GetCompanies() { var company = new DALContainer(); return company.GetCompanies(); }