public FavoritoRepository(IndicadoresEconomicosContext context)
 {
     _ctx = context;
 }
 public AlertaRepository(IndicadoresEconomicosContext context)
 {
     _ctx = context;
 }
 public UsuarioRepository(IndicadoresEconomicosContext context)
 {
     _ctx = context;
 }