protected async void OnRegisterButtonClicked(object sender, EventArgs e) { // YIKANG P1: register name and password to user User one = (User)BindingContext; await mUserService.InsertUserAsync(one); }