/**
  *
  * @param string $partial 
  */
 public static function setHeaderPartial($partial)
 {
     self::$headerPartial = $partial;
 }