public static function fetch()
 {
     $res = self::$notes;
     self::$notes = array();
     return $res;
 }