public EstadosController(API_AmigosContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }