I suggest looking at a different tutorial. It's probably using some pre-made project template that already has some code-behind in it, but isn't explaining this to you.
this.Controls is a field inside an object of type Form, but
(1) Your class doesn't inherit from Form, and even if it did,
(2) You're attempting to use Controls from a static function unrelated to any Form class.