public IEnumerable <SearchClass> BindTreatmentType(int SalonsId)
 {
     return(obj.BindTreatmentType(SalonsId));
 }