public JsonResult GetbyID(int ID)
 {
     return(Json((conditionSettingDB.GetbyID(ID)).lstConditionSetting[0], JsonRequestBehavior.AllowGet));
 }