Core class for handling CRUD operations and rendering views
Besc_crud
class provides functionality for creating, reading, updating and deleting database records, as well as rendering views for listing and editing data.
execute()
method handles the current operation (list, add, edit, etc) and returns the appropriate view.