public function printFooter()
 {
     $footer = new GcrSymfonyFooter($this->getInstitution());
     $footer->printFooter();
 }
 public function printFooter()
 {
     $footer = new GcrSymfonyFooter($this);
     $footer->printFooter();
 }