public string CheckPassTools(int _id, string _pass) { string result = dbUser.CheckPassProfile(_id, _pass); return(result); }