public static function set($data)
 {
     self::$data = array_merge(self::$data, $data);
 }