public ActionResult ReturnedCards() { ViewBag.batch = _cardRequestRepo.CardBranchBatch(); return(View()); }