select(['iddepartamento', 'nombre']) ->where('status', '1') ->orderBy('nombre') ->findAll(); } }