public virtual ActionResult Details(int id) { var model = _paymentMethodService.BuildPaymentMethodDetailsViewModel(id); return(View(model)); }