public FriendsController(ListaAmigosContext context)
 {
     _context = context;
 }
 public TablesController(ListaAmigosContext context, IGerenciamentoCookie gCookie)
 {
     _context     = context;
     this.gCookie = gCookie;
 }