public List <CarPurchase> Handle(GetCarPurchasesByMakeQuery query)
 {
     return(_makeRepository.GetCarPurchasesByMake(query.MakeId));
 }