public List <Company> GetCompanies()
 {
     return(_repository.RealAll());
 }