public LoginController(EmprestimoJogosContext context)
 {
     _context = context;
 }
 public AmigosController(EmprestimoJogosContext context)
 {
     _context = context;
 }