public static function get_furnish_types()
 {
     self::$furnish_types_arr = array(0 => lang('furnish_type_not_specified'), 1 => lang('furnish_type_furnished'), 2 => lang('furnish_type_partly_furnished'), 3 => lang('furnish_type_not_furnished'));
     return self::$furnish_types_arr;
 }