public ActionResult ReJectPO(string PoNo) { QueryCRUD qr = new QueryCRUD(); return(PartialView(qr.GetT_PoandPoApp().Find(ID => ID.PoNo == PoNo))); }