public ActionResult AssetPurchase_Report() { A_PurchaseRepo dbs = new A_PurchaseRepo(); int depid = Convert.ToInt32(Session["DepartmentId"]); var lst = dbs.GetPurchaseListDetail(depid, "", "", "", 0); return(View(lst)); }