public CarBrandsController(ICarBrandsRepository repo) { _repo = repo; }
public void Setup() { this.repository = new CarBrandRepos(); }