okay to explain the problem. I have a controller function that is called DeleteBookPage. When this function is called it gets all the data needed for the DeleteBook page. Once on the page the user selects the data they want to delete off their profiles and calls one of my library functions that does the deleting. Now in the library I want to call the DeleteBookPage function in my controller so that I can reload the DeleteBook page with out the old items