public static int ChangePassword(UserAccount userWithNewPassword)
 {
     BusinessObjects _businessObjects = new BusinessObjects();
     return _businessObjects.UpdateUserAccountByUserId(userWithNewPassword);
 }