public string HashPassword(string Password)
 {
     return(UserAuthentication.HashPassword(Password));
 }