public static Boolean UpdateRSFlag(PinereDataContext dc, int KKPId) { try { dc.UpdateRSFlag(KKPId); return(true); } catch (Exception e) { throw new Exception(e.Message); } }