public IEnumerable <SearchClass> NewFilterTreatmentType1(int SalonsId, string StartPrice, string TreatmentTitleId, string EndPrices)
 {
     return(obj.NewFilterTreatmentType1(SalonsId, StartPrice, TreatmentTitleId, EndPrices));
 }