public function index()
 {
     $this->ads = Advertisement::paginate($this->page_number(), 100);
 }