public EventsController(SkyboundArtsContext context)
 {
     // Inserting the DBContext into this class, enabling you to access the database
     _context = context;
 }