public UsuariosController(InnerJoinExercicioContext context)
 {
     _context = context;
 }
 public CarrosController(InnerJoinExercicioContext context)
 {
     _context = context;
 }
 public MarcasController(InnerJoinExercicioContext context)
 {
     _context = context;
 }