public bool DeleteCompanyData(CompanyDTO oCompanyDTO)
 {
     return(oCompanyBL.CompanyDelete(oCompanyDTO));
 }