var Country = Class.create();
Object.extend(Country.prototype, Model.prototype);
Object.extend(Country.prototype, {});