// TODO: Handle other view events and set state in the view
 public AppUser CurrentUser()
 {
     return(_controller.GetCurrentUser());
 }