public IList <Carrinho> BuscarPor(Expression <Func <Carrinho, bool> > predicate)
 {
     return(CarrinhoRepository.BuscarPor(predicate).ToList());
 }