public static List <book> GetBookByobj(bookSearch bs, int page = 1) { return(repository.GetBookByobj(bs, page)); }