public List <Company> GetAll()
 {
     return(objCompanyData.GetAll());
 }