public string InsertDCRLockLeave(string lockedDates) { string result = _objSPData.InsertDCRLockLeave(lockedDates); return(result); }