public string GetSymptomIdBySymptom(string likeSymptom) { return(_objSearchDal.GetSymptomIdBySymptom(likeSymptom)); }