public FabricantesController(InvestCarDbContext context)
 {
     _context = context;
 }
 public VeiculosController(InvestCarDbContext context)
 {
     _context = context;
 }
 public ModeloCarsController(InvestCarDbContext context)
 {
     _context = context;
 }