public DataSet UpdateCandidate(CandidateBOL candidateBOL) { dsCandidateBLL = candidateDAL.UpdateCandidate(candidateBOL); return(dsCandidateBLL); }