To call a method in the same class, just use the method name and its args:

theMethodToBeCalled(theArgsForTheMethod); // call theMethodToBeCalled()

Please edit your post and wrap your code...