public bool Deleteadmin(bool b, string name) { if (b) { if (std.Deleteadmin(name)) { return(true); } return(false); } else { return(false); } }