public void ContinueBorrow(int id, Reader reader) { if (ModelState.IsValid) { orderProcessor.ProcessContinue(id, reader); } }