public virtual ActionResult Delete(int id) { var model = _transactionTypeService.BuildTransactionTypeDeleteViewModel(id); return(View(model)); }