public interface Incrementable {
   void incrementar();
}