public DataTable ConsultaPorMoneda()
 {
     try
     {
         return(cdDetallesFormula.ConsultaGridPorMoneda());
     }
     catch (Exception er)
     {
         throw new Exception(er.Message);
     }
 }