public ActionResult AddToBlackListCandidate([Bind]Rec_CandidateModel model) { var service = new Rec_CandidateServices(); var message = service.ActionBlackListCandidate(model.lstprofileid, model.ReasonBlackListID); return Json(message); }