public static function staticRemove($key)
 {
     $s = new Self();
     $s->remove($key);
 }