OK this seems to work but it seems wordy to me.
LMK what you all think on how i can make this more consice.

Code:
      
                Dim classValue As String = CStr(cboClass.SelectedValue)
                Dim num As Integer = 1

                If classValue = num.ToString Then
                    getBigBrother()
                End If