public void RegisterUser(string email, string password)
 {
     _registerView.path = _registerModels.RegisterPath(email, password);
 }