public CarSQLRepository()
 {
     this.db = new CarOwnerContext();
 }
 public OwnerRepository()
 {
     _db = new CarOwnerContext();
 }