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