private ActionResult SearchByAge(TrSearchViewModel vm) { vm.Ages = SearchBL.FindAgesList(); return(PartialView("_PartialTransactionSearch", vm)); }