public void UpdateApprove(int ID, string EmpID) { PSESEntities db = new PSESEntities(); db.SP_UpdateApproveDetail(ID, EmpID); }