I didnt read your task but if u want to use static method in class u must use class name to initialize her. for example :
class MyClass {
static void myMethood(){}
}
if u want use myMethood() :...