public List <Plano> ConsultarPlanosPorCobertura(int idCobertura) { return(_planoRepositorio.ConsultarPlanosPorCobertura(idCobertura)); }