public override BusinessLayerResult <Companies> CompanyAdded(Companies model) { return(_companyService.CompanyAdded(model)); }