shouldn't be trying to return anything at all. ... void type
void is the return type for a method that does not return anything.

Sounds like you need to get away from coding for a while and do some thinking and design work about what the methods are supposed to do.