public static IBookService GetBookService() { return(new BookService(DataAccessFactory.GetBookDataAccess())); }