/**
  * get_context
  *
  * @return mixed
  */
 protected function get_context()
 {
     parent::get_context();
     $this->context['taxonomy'] = $this->get_taxonomy();
     return $this->context;
 }