def loadBmi(self):
     bmi = SQLStatements.getBmi(self.userID)
     bmi = str(bmi)
     self.BMIValue.setText(bmi)