public BugController(SquasherDbContext context) { _context = context; }
public ProjectController(SquasherDbContext context) { _context = context; }