public JsonResult DeleteApplicantRelationData(int A_iRelationId) { UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL(); string strResult = objUpdateProfileBAL.DeleteApplicantRelationData(A_iRelationId); return(Json(strResult, JsonRequestBehavior.AllowGet)); }