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