public CarRepo(SampleDBContext context) : base(context) { }
public Repository(SampleDBContext context) { this.context = context; }