public ActionResult Index()
 {
     ViewBag.Active = "TrxProvisionalChallanView";
     try
     {
         bool result = objDbTrx.AutoCorrectBinderDtlDuplicates();
     }
     catch (Exception ex)
     {
         objDbTrx.SaveSystemErrorLog(ex, Request.UserHostAddress);
     }
     return(View());
 }