public List <CompanyDTO> GetCompanyData()
 {
     return(oCompanyBL.GetCompanyData());
 }