public static List <Lote> ListarLotesEmEstoquePorProduto(Produto produto)
 {
     return(LoteDAO.ListarLotesEmEstoquePorProduto(produto));
 }