public IEnumerable <Pf_LoanRegister> getLoanListbybatch()
 {
     return(loanRegisterService.GetLoanRegisterByApplication().Result);
 }
 public IActionResult loanBatchUpload()
 {
     ViewBag.batch = loanRegisterService.GetLoanRegisterByApplication().Result;
     return(View());
 }