public Int64 ExistsDescProduto(String pDescricao)
 {
     return(prodDAL.ExistsDescProduto(pDescricao));
 }