Is there a better way to refactor the following method which's purpose is to make sure the appropriate groupbox is the one displayed apart from the others as if they're cycled through a list? Is it possible to refactor this all into one solo if statement + "with no elses keywords"?Is there a better way to refactor the following