public IEnumerable <SearchClass> SearchBasedonCategoryId(int CategoryId)
 {
     return(obj.SearchBasedonCategoryId(CategoryId));
 }