public Status settings(int user_id, bool state, int type)
 {
     return(LoginRegisterMethods.settings(user_id, state, type));
 }