FieldLabel usernameRegister = new FieldLabel(uiText.ChooseUsername());
FieldLabel passwordRegister = new FieldLabel(uiText.ChoosePassword());
FieldLabel emailRegister = new FieldLabel(uiText.EnterYourEmail());
FieldLabel codeRegister = new FieldLabel(uiText.EnterCode());
TextBox usernameTextRegister = new TextBox();
PasswordTextBox passwordTextRegister = new PasswordTextBox();
TextBox emailTextRegister = new TextBox();
TextBox codeTextRegister = new TextBox();
ErrorLabel usernameRegisterError = new ErrorLabel();
ErrorLabel passwordRegisterError = new ErrorLabel();
ErrorLabel emailRegisterError = new ErrorLabel();