public List <EntClsSearch> ForOnlyLastnameAuthor(string lastName)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forOnlyLastNameAutor(lastName));
        }
        public List <EntClsSearch> ForNameEditorial(string name)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forNameEditorial(name));
        }
        public List <EntClsSearch> ForCategoryBook(string name)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.ForCategoryBook(name));
        }
        public List <EntClsSearch> ForNameInPartBook(string name)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forNameInPartBook(name));
        }
        public List <EntClsSearch> ForIsbnBook(string isbn)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forIsbnBook(isbn));
        }
        public List <EntClsSearch> ForCodeBook(string code)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forCodeBook(code));
        }
        public List <EntClsSearch> ForAuthorCompleteName(string name, string lastName)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forNameAutorComplete(name, lastName));
        }
        public EntClsSearch ForNameBook(string name)
        {
            CntClsSearch cnt_search = new CntClsSearch();

            return(cnt_search.forNameBook(name));
        }