public bool CompanyExists(int id)
        {
            var getRepo = _CompanyRepository.CompanyExists(id);

            return(getRepo);
        }