public void ConfirmChange(string pwd, Reader reader) { if (ModelState.IsValid) { orderProcessor.ChangePwdOrder(pwd, reader); } }