static function getAllContactos() { return GenericDao::listAll("Contacto"); }
static function getAllRoles() { return GenericDao::listAll("Role"); }