public IEnumerable <Footer> GetAllPaging(int page, int pageSize, out int totalRow) { return(_footerRepository.GetMultiPaging(null, out totalRow, page, pageSize)); }