public void BloquearPlanos(Planos plano) { if (plano == null) { throw new ArgumentNullException("planos"); } _db.BloquearPlanos(plano); }