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