public static function destroy_outfit($outfit_id)
 {
     Outfit::destroy_from_db($outfit_id);
 }