public static List <Company> LoadAllCompany()
 {
     return(CompanyDA.LoadAllCompany());
 }