public Status deleteAccount(int user_id, String password)
 {
     return(LoginRegisterMethods.deleteAccount(user_id, password));
 }