public QuoteController(IAutomobileDataRepository repository)
 {
     this.repository = repository;
 }
 public QuoteController(IAutomobileDataRepository repository)
 {
     this.repository = repository;
 }