public BlogsController(GummiBearDbContext context)
 {
     _context = context;
 }