public IList <CompanyModel> All()
 {
     return(_repository.All());
 }