function search_datasource()
 {
     parent::fetch_datasource();
     $this->query_object = new search_query();
     $this->_init_search_query_object();
     set_search_query_object($this->query_object);
 }
 function last_objects_datasource()
 {
     parent::fetch_datasource();
 }
 function random_objects_datasource()
 {
     parent::fetch_datasource();
 }
 function simple_orders_list_datasource()
 {
     parent::fetch_datasource();
 }