/**
  * Конструктор класса
  *
  */
 public function __construct()
 {
     parent::__construct();
     self::$_instance = $this;
 }