public static void AuthenticateUser(string username, string password)
 {
     AuthInstance.AuthenticateUser(username, password);
 }