/**
  *  Index page
  */
 public function indexAction()
 {
     $this->_title($this->__('Sales'))->_title($this->__('Credit Memos'));
     parent::indexAction();
 }