Making a count increase per second when clicking a button

I have a score counter, and a count, I want to increase the score by 5 per second every time I click the button, and I have no idea how, help pls.
(Working in C#)

Start with that and build from there