public AppUser CurrentUser()
 {
     return(_controller.GetCurrentUser());
 }