public string SincronizaT_Cotizacion(decimal CotizacionId, decimal?EstiloId, string Observaciones, DateTime?FechaCreacion, DateTime?FechaModificacion, string RowGuid)
 {
     return(SQLMetodos.SincronizaT_Cotizacion(CotizacionId, EstiloId, Observaciones, FechaCreacion, FechaModificacion, RowGuid));
 }