bool operator>(Film &f) {
		return rejting() > f.rejting();
	}
	bool operator<(Film &f) {
		return rejting() < f.rejting();
	}