public int UpdateBPByID(int id, string BP) { userDAO user = new userDAO(); return(user.UpdateBP(id, BP)); }